mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 08:51:19 +00:00
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
22 lines
648 B
JSON
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>"
|
|
}
|