- npmgraph 👉🏻 🐙
A tool for exploring NPM modules and dependencies
- npm 👉🏻 🐙
the package manager for JavaScript
$ npm get registry # 查看到当前仓库
$ npm config set registry https://registry.npmmirror.com # 设置为阿里镜像
$ npm config set registry https://registry.npmjs.org # 设置为官方地址
- yarn 👉🏻 🐙
Fast, reliable, and secure dependency management.
$ yarn config get registry # 查看当前仓库
$ yarn config set registry https://registry.npmmirror.com # 设置为阿里镜像
$ yarn config set registry https://registry.yarnpkg.com # 设置为官方地址
- pnpm 👉🏻 🐙
Fast, disk space efficient package manager