diff options
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node/README.md b/src/node/README.md index 5deab10..6a490ba 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -21,6 +21,8 @@ Installs Node.js, nvm, yarn, and needed dependencies. | nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true | | nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm | + + --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json)._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |