ScoopInstaller_Main/nodejs.json
2016-10-16 07:46:22 +10:00

25 lines
828 B
JSON

{
"homepage": "http://nodejs.org",
"version": "6.8.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v6.8.1/node-v6.8.1-x64.msi",
"hash": "4600ed0e30a2497b6add2f53cdfccc727cf1cf9c5de6f90e89037085f489e5f4"
},
"32bit": {
"url": "https://nodejs.org/dist/v6.8.1/node-v6.8.1-x86.msi",
"hash": "72b6bcbb0b33639d858a4fc925d2af9e0399ed59511ec7f7ad28ba08b8740866"
}
},
"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": {
"url": "https://nodejs.org/en/download/current/",
"re": "Current version: <strong>v([\\d.]+)</strong>"
}
}