You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then vagrant is provisioned the packages like grunt or bower still not found.
I guess that this must be installed as sudo like sudo npm install -g grunt-cli
The text was updated successfully, but these errors were encountered:
Probably an error on your end. Global node modules are installed fine here.
Sudo is actually not needed (and it's bad practice to do so) since the npm prefix is set to /home/vagrant/npm and root permissions are not required in the home folder.
Check back on your configuration because the default config from Vaprobash should work
Then vagrant is provisioned the packages like grunt or bower still not found.
I guess that this must be installed as sudo like
sudo npm install -g grunt-cli
The text was updated successfully, but these errors were encountered: