-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VVV installer halts if grunt is nor installed #1212
Comments
Happened to me too. First time stalled at installing Grunt, so I did |
Just by way of confirmation, I can vouch that this bug happens with the current, fresh-off-the-repo commit. |
Seeing this as well, but in my case manually installing grunt-cli doesn't fix the problem. I'm stuck. |
Running |
@mklasen Not for me; I tried that and many other things after much Googling, to no avail. |
did the same as @mklasen and on the second run it completed provision. only catchmail seems to have failed, but its not critical. |
So I thought I've hit that issue as well but as it turned out it just took forever until the provision continued. I still don't know why that is, but just as a hint for others that this maybe is fixable by patience™. |
I noticed my mailcatcher stopped working as well. So I did a vagrant destroy and on up this now also occurs for me. And even when successful after a loooong time mailcatcher does not work :/ |
@jonathan-dejong I think the mailcatcher thing could be another issue - see #1235 |
@kraftner thank you! Was looking for something like that but couldn't find anything (my googlefu was not strong enough). The fix in that thread did solve my issue (with mailcatcher). |
I can report same issue, I'm hanging on exactly the same line on a a fresh Windows 10 install (Oracle VirtualBox 5.1.24, Vagrant 1.97, VVV 2.0.0). EDIT: As @kraftner mentioned, it was just a super long wait for the grunt install to complete (this would have been anywhere from 15 to 30 minutes). Still seems like something fishy is going on but I can report that the install completed eventually. |
I can vouch as well that it was just a very long wait. I found this thread by searching for issues related to hanging on "Installing Grunt CLI". As I was reading, I saw movement in my command line window. It was about a 15 - 30 min wait for me too. |
#1246 should fix this.
Confirmed. The fishiness is a Node.js post-install script failing to download a binary, then |
I can confirm that this was a really long wait for me as well, using VVV2.
This time round, however, I just waited and it eventually completed. @nylen makes an interesting observation about the Node.js post-install script failing at some point in the process. |
For the record, I wont open a new bug for this. Had the same problem using latest master ( Oct 12, 2017) on two different install (at home and work) and other undecipherable errors (The SSH command responded with a non-zero exit status. ). I had to rerun provision multiple times to get it to pass. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When starting up vvv for the first time with
vagrant up
it will halt if grunt is not installed.After the message
==> default: /tmp/vagrant-shell: line 358: grunt: command not found
it will output
==> default: Installing Grunt CLI
which will go on forever. By installing grunt cli manually this can be avoided.
Expected Behavior
Grunt cli should be installed if it's not already installed or it should ask the user to install grunt cli manually.
Current Behavior
Sais it is installing grunt cli (which it doesn't seem to complete)
Possible Solution
Install grunt cli manually and run vagrant up again.
The text was updated successfully, but these errors were encountered: