We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
临时使用 npm --registry https://registry.npm.taobao.org install express
npm --registry https://registry.npm.taobao.org install express
持久使用 npm config set registry https://registry.npm.taobao.org 配置后可通过下面方式来验证是否成功 npm config get registry 或者 npm info express
npm config set registry https://registry.npm.taobao.org
npm config get registry
npm info express
通过cnpm使用 npm install -g cnpm --registry=https://registry.npm.taobao.org 配置后使用命令 cnpm install express 查看是否安装成功
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install express
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: