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 f2d411e commit fce6a0aCopy full SHA for fce6a0a
.gitignore
@@ -1 +1,2 @@
1
/node_modules/
2
+.vagrant
provisioning/chocolatey-packages.bat
@@ -1,3 +1,3 @@
-choco install nodejs -version 0.10.36 --forcex86 -y
-choco install nodejs.install -version 0.10.36 --forcex86 -y
+choco install nodejs -version 4.4.3 --forcex86 -y
+choco install nodejs.install -version 4.4.3 --forcex86 -y
3
setx /M PATH "%PATH%;c:\programdata\chocolatey\lib\nodejs.commandline\tools;c:\users\vagrant\appdata\roaming\npm"
0 commit comments