NodeJS: Difference between revisions

13 bytes removed ,  10 February 2023
Line 16: Line 16:
===Windows===
===Windows===
You can [https://nodejs.org/en/ install node directly] or use [https://github.com/coreybutler/nvm-windows nvm-windows].<br>
You can [https://nodejs.org/en/ install node directly] or use [https://github.com/coreybutler/nvm-windows nvm-windows].<br>
Note that <code>nvm-windows</code> is not a port of nvm.
Note that nvm-windows is not a port of nvm.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
choco install nvm
choco install nvm