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
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
本文标题:nvm 管理node版本
本文链接:https://www.haomeiwen.com/subject/omaffltx.html
网友评论