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

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.