我有节点版本v14.4.0和npm版本6.14.5, 当我尝试使用
切换到其他版本时 nvm install v11.0.0
然后
nvm use v11.0.0
它显示了以下错误
nvm is not compatible with the npm config "prefix" option: currently set to "" Run `npm config delete prefix` or `nvm use --delete-prefix v11.0.0` to unset it.
我尝试运行这些命令,但问题仍然存在。
也尝试了命令
nvm use
,它显示
No .nvmrc file found