系统中的节点版本问题

时间:2019-11-27 14:25:47

标签: node.js npm system nvm

我想使用nvm处理节点版本。我已经卸载了节点并开始使用nvm。但我在屏幕截图中显示了以下问题。添加了几个丝网印刷以供参考。

任何帮助将不胜感激。

enter image description here

系统变量设置如下所示

enter image description here

这是nvm所在的地方

enter image description here

1 个答案:

答案 0 :(得分:0)

我以前也遇到过这个问题。您可以尝试删除这两个命令,并使用这些命令从头开始安装。

rm -R ~/.npm ~/.nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
nvm install node