疯言疯语

nodejs的npm修改源

daimafengzi · 3月6日 · 2022年本文共478个字 · 预计阅读2分钟6364次已读

在国内用npm install时,速度总是不尽如人意,解决办法是修改npm的数据源

npm config set registry https://registry.npm.taobao.org

修改后可以通过这个进行测试

npm config get registry

如果更改好了之后提示错误。

Nothing to stop. No server is running for the store at /root/.pnpm-store/v3
 ERROR  This modules directory was created using the following registries configuration: {"default":"https://registry.npm.taobao.org/"}. The current configuration is {"default":"https://registry.npmjs.org/"}. To recreate the modules directory using the new settings, run "pnpm install"

解决办法:运行

pnpm install -g
0 条回应
| 耗时 0.365 秒 | 查询 58 次 | 内存 4.22 MB |
本站CDN由One degree CDN提供