电脑环境:windows
node版本:16.9.1
npm版本:8.19.3
安装nrm成功使用命令后出现以下报错
npm i nrm -g
nrm ls
解决方案:
删除当前的nrm
npm uninstall nrm -g
安装如下代码
npm install Pana/nrm -g
成功