Hi,
I too ran into the same error while running vagrant up demo command. Has this issue been resolved or is there some mistake that i am making ?
I also got
: command not foundvagrant/scripts/install-rpm-packages.sh: line 2:
After this some dependencies were being downloaded (erlang,nodejs,etc. ) and this error kept reoccuring with just a change in line number
==> demo: Command line error: no such option: -
: command not foundvagrant/scripts/install-rpm-packages.sh: line 5: (came with line 8, 11 ,..)
==> demo: Error: Nothing to do
: command not foundvagrant/scripts/install-rpm-packages.sh: line 17:
Then i got the same error for npm package:
: command not foundvagrant/scripts/install-rpm-packages.sh: line 2:
This was followed by some GET requests to
registry.npmjs.org and some bower related stuff.
It finally ended with
==> demo: Configure passwordless SSH
==> demo: Install Java
: command not foundile.d/java.sh: line 3:
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.