You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid the inability to upgrade quickly after a security release comes out, let's switch to Node Version Manager (nvm), Volta, or similar version manager for managing Node.js versions.
TODO
Research and document the best version manager for Node.js
Upsides and downsides of each version manager
Also consider the dependencies that are required for the version manager - on each of Windows, macOS and Linux
Can they be installed using Chocolatey, Homebrew, apt-get?
Remove Node.js from Windows, macOS and Linux System Setup guides
Add new package manager to Windows, macOS and Linux System Setup guides
The text was updated successfully, but these errors were encountered:
karlhorky
changed the title
Switch to Node Version Manager or Volta for new Node.js versions
Switch to Node Version Manager, Volta, or similar version manager for new Node.js versions
Jun 21, 2023
Sometimes Chocolatey, Homebrew or
apt-get
will not upgrade Node.js versions at a fast enough cadence for us, because of tradeoffs necessary for their own package manager ecosystems.To avoid the inability to upgrade quickly after a security release comes out, let's switch to Node Version Manager (
nvm
), Volta, or similar version manager for managing Node.js versions.TODO
apt-get
?The text was updated successfully, but these errors were encountered: