I\'m running Laravel 5.4 on my Homestead vagrant box. I\'ve installed all the npm dependencies with npm install command. That didn\'t produce a
npm install
I had the same problem coused by the old version of nodejs package on Ubuntu. I've just updated to 7.5 and it's working.
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs