ScoopInstaller_Main/nodejs.json
Stephen Edgar ac270aaa29 NodeJS - Add post install npm update -g
NodeJS is no longer bundling an up to date `NPM` package, currently shipping with v1.4.28, now post install running `npm update -g` will update to NPM v2.1.10 at time of writing
2014-11-28 18:07:05 +11:00

22 lines
648 B
JSON

{
"homepage": "http://nodejs.org",
"version": "0.10.33",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nodejs.org/dist/v0.10.33/x64/node-v0.10.33-x64.msi",
"hash": "sha1:6173345fb3c8388abb2a415b99bb4962ebd8e123"
},
"32bit": {
"url": "http://nodejs.org/dist/v0.10.33/node-v0.10.33-x86.msi",
"hash": "sha1:8a637d14609208d31fe466cd4961bec58a8f8f9b"
}
},
"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
npm update -g",
"checkver": "<p class=\"version\">Current Version: v([0-9\\.]+)</p>"
}