Skip to content

Commit

Permalink
ADD nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Oct 29, 2020
1 parent fbafc02 commit 5345e8d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nvm.json
@@ -0,0 +1,18 @@
{
"license": "MIT",
"homepage": "https://github.com/coreybutler/nvm-windows",
"description": "A node.js version management utility for Windows.",
"version": "1.1.7",
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip",
"bin": "nvm.exe",
"env_add_path": "nodejs\\nodejs",
"env_set": {
"NVM_HOME": "$dir",
"NVM_SYMLINK": "$dir\\nodejs\\nodejs"
},
"hash": "md5:00acf86e40c5f038cca8c383b9d2c207",
"post_install": "
write-output \"root: $dir`r`narch: $($architecture -replace \"bit\")`r`nproxy: none\" | Out-File -encoding \"ASCII\" \"$dir\\settings.txt\"
new-item \"$dir\\nodejs\" -type directory -force | out-null ## ensure directory exists
"
}
18 changes: 18 additions & 0 deletions nvm@1.1.7.json
@@ -0,0 +1,18 @@
{
"license": "MIT",
"homepage": "https://github.com/coreybutler/nvm-windows",
"description": "A node.js version management utility for Windows.",
"version": "1.1.7",
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip",
"bin": "nvm.exe",
"env_add_path": "nodejs\\nodejs",
"env_set": {
"NVM_HOME": "$dir",
"NVM_SYMLINK": "$dir\\nodejs\\nodejs"
},
"hash": "md5:00acf86e40c5f038cca8c383b9d2c207",
"post_install": "
write-output \"root: $dir`r`narch: $($architecture -replace \"bit\")`r`nproxy: none\" | Out-File -encoding \"ASCII\" \"$dir\\settings.txt\"
new-item \"$dir\\nodejs\" -type directory -force | out-null ## ensure directory exists
"
}

0 comments on commit 5345e8d

Please sign in to comment.