We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9e67a commit 1b3efb2Copy full SHA for 1b3efb2
Vagrantfile
@@ -3,7 +3,8 @@ sudo apt-get install -y build-essential
3
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
4
# curl -sL https://deb.nodesource.com/setup_0.10 | sudo bash -
5
# curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo bash -
6
-sudo apt-get install -y nodejs
+ sudo apt-get install -y nodejs
7
+# sudo apt-get install -y iojs
8
sudo npm install -g node-gyp
9
SCRIPT
10
0 commit comments