DEV Community

Shaundai Person
Shaundai Person

Posted on

How to install a new version of node using nvm

Just use nvm install [version] where version is the version number. For example:

nvm install 18.20.4
Enter fullscreen mode Exit fullscreen mode

Top comments (0)