Pana / nrm

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
MIT License
2.77k stars 242 forks source link

Unable to customize npm sources #134

Closed ontheroad1992 closed 2 years ago

ontheroad1992 commented 2 years ago

node: v16.15.0 macos: v12.2

nrm add manpm http://xxxxxxx.com

并没有报任何错误

nrm ls 后没有发现我定义的数据

image

我打算解决此问题的时候,在本 npm link 后,再执行 nrm add 却会成功,此后我把 .nrmrc 文件删除,也取消 link, 并切换了多个版本尝试,同样也会成功 问题复现方式: 在macos新账号下,nvm安装完 nrm 后,这个问题会出现