Pana / nrm

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

nrm can not install #141

Open debugbb opened 1 year ago

debugbb commented 1 year ago

wanghao@wanghaodeMBP ~ % npm install -g nrm npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

changed 73 packages, and audited 316 packages in 6s

13 packages are looking for funding run npm fund for details

4 vulnerabilities (2 high, 2 critical)

To address all issues, run: npm audit fix

Run npm audit for details. wanghao@wanghaodeMBP ~ % nrm ls zsh: command not found: nrm

nonzzz commented 1 year ago

I think you can try use GRM. A faster npm registry manager. But it light than nrm. @debugbb

mashiguang commented 1 year ago

the same issue.

ma@taitan MINGW64 /d/workspace $ npm install -g nrm npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated har-validator@5.1.5: this library is no longer supported C:\Users\ma\AppData\Roaming\npm\nrm -> C:\Users\ma\AppData\Roaming\npm\node_modules\nrm\cli.js

ma@taitan MINGW64 /d/workspace $ nrm --help bash: nrm: command not found

ma@taitan MINGW64 /d/workspace $ node -v v12.17.0

ma@taitan MINGW64 /d/workspace $ npm -v 6.14.4

debugbb commented 1 year ago

How to solve this problem? Is the node version too high?Thank you! @mashiguang