/mnt/c/Program Files/nodejs/npm: line 3: $'r': command not found

这个问题得原因是WSL和windows主机都安装了npm

解决方案:

在WSL中运行

sudo nano /etc/wsl.conf
#然后输入
[interop]
appendWindowsPath = false


禁用windows环境变量就可以了。

发表评论 / Comment

用心评论~