Merge pull request #227 from ntwb/patch-17

NodeJS - Add post install `npm update -g`
This commit is contained in:
Luke Sampson
2014-11-28 18:19:40 +10:00
+2 -1
View File
@@ -15,6 +15,7 @@
"env_add_path": "nodejs",
"post_install": "
# Remove npmrc that makes global modules get installed in AppData\\Roaming\\npm
rm $dir\\nodejs\\node_modules\\npm\\npmrc",
rm $dir\\nodejs\\node_modules\\npm\\npmrc
npm update -g",
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
}