Skip to content

Commit 414d345

Browse files
devcontainers-botgithub-actions
andauthored
Automated documentation update (#1013)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent 62f7f7f commit 414d345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Installs Node.js, nvm, yarn, pnpm, and needed dependencies.
1919
| nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
2020
| nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm |
2121
| nvmVersion | Version of NVM to install. | string | latest |
22+
| installYarnUsingApt | On Debian and Ubuntu systems, you have the option to install Yarn globally via APT. If you choose not to use this option, Yarn will be set up using Corepack instead. This choice is specific to Debian and Ubuntu; for other Linux distributions, Yarn is always installed using Corepack, with a fallback to installation via NPM if an error occurs. | boolean | true |
2223

2324
## Customizations
2425

0 commit comments

Comments
 (0)