aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-24 22:18:40 +0300
committerGitHub <noreply@github.com>2022-05-24 22:18:40 +0300
commita6af6a3d7696bd2567ecb7e891b6596bdd934a97 (patch)
treea05564461a62a19e472d2d56e80888dd6f4a01cd /src/node
parentf25d9fcc3fffe9c0baf0c0e6259cb2be15525469 (diff)
adding nvm option: nvmInstallPath (#20)
adding nvm option
Diffstat (limited to 'src/node')
-rw-r--r--src/node/feature.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node/feature.json b/src/node/feature.json
index 7b092a5..fdb29cb 100644
--- a/src/node/feature.json
+++ b/src/node/feature.json
@@ -12,6 +12,11 @@
"type": "boolean",
"default": true,
"description": "Install dependencies to compile native node modules (node-gyp)?"
+ },
+ "nvmInstallPath": {
+ "type": "string",
+ "default": "/usr/local/share/nvm",
+ "description": "The path where NVM will be installed."
}
},
"extensions": ["dbaeumer.vscode-eslint"],