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 was also facing the same issue and I have tried to run these command and now it is working. But before that uninstall the nodejs first
sudo apt-get update apt-cache policy nodejs sudo apt install nodejs
I hope your problem will be solved.