How can I change the version of npm using nvm?

后端 未结 14 2160
温柔的废话
温柔的废话 2020-11-28 17:27

I\'ve been using NVM to install the latest versions of nodeJS for my node work. It works totally fine for installing separate versions and switching between them. It also in

14条回答
  •  迷失自我
    2020-11-28 18:04

    nvm now has a command to update npm. It's nvm install-latest-npm or npm install --latest-npm.

提交回复
热议问题