Jesús Amieiro

Vagrant VVV halts installing Grunt CLI

I was installing a Vagrant VVV and when I executed the command

$ vagrant up

the machine provision stopped in the next command

==> default: /tmp/vagrant-shell: line 358: grunt: command not found
==> default: Installing Grunt CLI

To solve this I executed

$ vagrant halt

and then

$ vagrant up --provision
Exit mobile version