Related pages:
VT-x is not available (VERR_VMX_NO_VMX)
==> default: 200 https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz ==> default: npm ==> default: ==> default: http ==> default: 200 https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz ==> default: /usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt ==> default: grunt-cli@0.1.13 /usr/local/lib/node_modules/grunt-cli ==> default: ????????? resolve@0.3.1 ==> default: ????????? nopt@1.0.10 (abbrev@1.0.5) ==> default: ????????? findup-sync@0.1.3 (glob@3.2.11, lodash@2.4.1)
> phantomjs@1.9.7-8 install /vagrant/node_modules/karma-phantomjs-launcher/node_modules/phantomjs > node install.js Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2 Saving to /tmp/phantomjs/phantomjs-1.9.7-linux-i686.tar.bz2 Receiving... Received 13201K total. Extracting tar contents (via spawned process) Copying extracted folder /tmp/phantomjs/phantomjs-1.9.7-linux-i686.tar.bz2-extract-1401467600229/phant 686 -> /vagrant/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom Writing location.js file Done. Phantomjs binary available at /vagrant/node_modules/karma-phantomjs-launcher/node_modules/phanto n/phantomjs npm WARN prefer global grunt-cli@0.1.13 should be installed with -g > Agora@1.0.0 prepublish /vagrant > sh ./prepublish.sh fatal: Not a git repository (or any parent up to mount point /vagrant) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). npm ERR! Agora@1.0.0 prepublish: `sh ./prepublish.sh` npm ERR! `sh "-c" "sh ./prepublish.sh"` failed with 128 npm ERR!
2033 silly exec sh "-c" "sh ./prepublish.sh" 2034 silly sh,-c,sh ./prepublish.sh,/vagrant spawning 2035 info Agora@1.0.0 Failed to exec prepublish script 2036 error Agora@1.0.0 prepublish: `sh ./prepublish.sh` 2036 error `sh "-c" "sh ./prepublish.sh"` failed with 128 2037 error Failed at the Agora@1.0.0 prepublish script. 2037 error This is most likely a problem with the Agora package, 2037 error not with npm itself. 2037 error Tell the author that this fails on your system: 2037 error sh ./prepublish.sh 2037 error You can get their info via: 2037 error npm owner ls Agora 2037 error There is likely additional logging output above. 2038 error System Linux 3.11.0-12-generic 2039 error command "/usr/bin/nodejs" "/usr/bin/npm" "install" 2040 error cwd /vagrant 2041 error node -v v0.10.15 2042 error npm -v 1.2.18 2043 error code ELIFECYCLE 2044 verbose exit [ 1, true ]
> Agora@1.0.0 test C:\Users\Public\projects\my_agora > grunt npm : 'grunt' is not recognized as an internal or external command, operable program or batch file. npm ERR! Test failed. See above for more details. npm
vagrant : Exception 0xc000001d 0x1003f 0x0
PC=
0x4791be
time.init
(
)
    
C:/Users/Mitchell/code/3rdparty/go/src/pkg/time/format.go
:
1151
 +
0x12e
os.init
(
)
    
C:/Users/Mitchell/code/3rdparty/go/src/pkg/os/types_windows.go
:
104
 +
0x57
path/filepath.init
(
)
    
C:/Users/Mitchell/code/3rdparty/go/src/pkg/path/filepath/symlink_windows.go
:
69
 +
0x52
github.com/mitchellh/osext.init
(
)
    
C:/Users/Mitchell/code/go/src/github.com/mitchellh/osext/osext_windows.go
:
34
 +
0x48
main.init
(
)
    
c:/Users/Mitchell/code/mitchellh/vagrant-installers/substrate/launcher/main.go
:
134
 +
0x3d
eax     
0x0
ebx     
0x0
ecx     
0x0
edx     
0x115f3560
edi     
0x362110
esi     
0x4e1a28
ebp     
0x4e1a20
esp     
0x362100
eip     
0x4791be
eflags  
0x10202
cs      
0x1b
fs      
0x3b
gs      
0x0
vagrant : Vagrant cannot forward the specified ports on this VM, since they would collide with some other application that is already listening on these ports. The forwarded port to 27017 is already in use on the host machine. To fix this, modify your current projects Vagrantfile to use another port. Example, where '1234' would be replaced by a unique host port: config.vm.network :forwarded_port, guest: 27017, host: 1234 config.vm.network :forwarded_port, guest: 28017, host: 1235 config.vm.network :forwarded_port, guest: 17124, host: 1236 Sometimes, Vagrant will attempt to auto-correct this for you. In this case, Vagrant was unable to. This is usually because the guest machine is in a state which doesn't allow modifying port forwarding.
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Mounting shared folders...
    default: /vagrant => C:/Users/Public/projects/my_agora
vagrant : Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
vagrant : `ssh` executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an SSH client. Or use the PuTTY SSH client with the following authentication information shown below: Host: 127.0.0.1 Port: 2222 Username: vagrant Private key: C:/Users/Administrator/.vagrant.d/insecure_private_key