nrm安装完成运行报错
Posted mark
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nrm安装完成运行报错相关的知识,希望对你有一定的参考价值。
npm install -g nrm
安装成功
执行 nrm ls
报错
`internal/validators.js:120
throw new ERR_INVALID_ARG_TYPE(name, \'string\', value);
^
at Object.<anonymous> (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安装完成运行报错的主要内容,如果未能解决你的问题,请参考以下文章
安装npm后,nrm ls 报错internal/validators.js:124 throw new ERR_INVALID_ARG_TYPE(name, ‘string‘, value)(代码片
nrm安装使用报错 internal/validators.js:124 throw new ERR_INVALID_ARG_TYPE(name, ‘string‘, value)--解决方案(代码片