Tag: ubuntu 13.04

节点在stream量供应期间安装,但在连接到ssh时消失

我真的厌倦了这一点,我不知道什么是错的。 我使用的是Vagrant 1.7.2 , Ubuntu 13.04 , Virtual Box 4.3 12 r93733 我的主机是Windows 8.1 这是我的bootstrap.sh上find的节点引导脚本 echo "— Installing Node.js —" curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | bash source ~/.nvm/nvm.sh nvm install 0.12 nvm use 0.12 sudo cp ~/.nvm/versions/nodejs/v0.12/bin/node /bin/node echo "— Install node app dependencies –" cd /var/www/html/node npm install express npm install youtube-audio-stream 在configuration期间,我可以看到该节点安装正确。 我可以看到Now using node […]