nvm 管理node版本

2021-02-21  本文已影响0人  peerben

nvm install v14.15.5
npm cache clean --force
npm install

// 为了使nvm全局生效,因为每次nvm use <version>只会对当前的shell生效 https://stackoverflow.com/questions/27876557/node-js-configuring-node-path-with-nvm/32701484
nvm alias default v14.15.5

上一篇 下一篇

猜你喜欢

热点阅读