nrm安装完成运行报错

npm install -g nrm
安装成功
执行 nrm ls
报错
`internal/validators.js:120

throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^

at Object. (D:\nvm\v12.18.1\node_modules\nrm\cli.js:17:20)
at Module._compile (internal/modules/cjs/loader.js:1138:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
at Function.Module._load (internal/modules/cjs/loader.js:879:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47
] {
code: 'ERR_INVALID_ARG_TYPE'
}`

找到nvm文件夹安装位置,找到node当前版本node_modules文件里nrm,打开cli.js 第17行修改成

你可能感兴趣的:(nrm安装完成运行报错)