aboutsummaryrefslogtreecommitdiff
path: root/src/node/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/feature.json')
-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"],