Jennifer Fu
May 14, 2021

--

Thanks, Jason!

You can run nvm use 14.16.0, and then run npm install -g npm@6.14.11. Now you have node version 14.16.0 and npm 6.14.11.

If you just have .nvmrc with 14.16.0. It will not select the most stable npm version automatically, since we do not want to accidentally upgrade npm to a broken version for the new node version.

However, you can get the most stable npm version by running nvm install-latest-npm.

Have fun with nvm!

--

--

Jennifer Fu
Jennifer Fu

No responses yet