linux上安装nvm后npm i报错npm: command not found的解决方案[node: command not found同理]

使用nvm选择node版本

每次开启一个新的终端都需要再使用nvm切换node版本

nvm use v16.14.2

这里用的是安装的版本, 换用自己服务器上安装的node版本即可

你可能感兴趣的:(linux,node.js,npm)