diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-24 22:18:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 22:18:40 +0300 |
commit | a6af6a3d7696bd2567ecb7e891b6596bdd934a97 (patch) | |
tree | a05564461a62a19e472d2d56e80888dd6f4a01cd /src/node/feature.json | |
parent | f25d9fcc3fffe9c0baf0c0e6259cb2be15525469 (diff) |
adding nvm option: nvmInstallPath (#20)
adding nvm option
Diffstat (limited to 'src/node/feature.json')
-rw-r--r-- | src/node/feature.json | 5 |
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"], |