AI-poweredtranslation
This article has been translated by LLM model and revised by the author.
An image showcasing My Page.

nodejs proxy cheat sheet

some commands for copy

2020-01-01

npm proxy cheat sheet

1. registry

cat

cat.sh
 npm config get registry

delete

 npm config delete registry

set taobao

some.sh
npm config set registry https://registry.npmmirror.com

2. proxy

cat

npm config get proxy

set

npm config set proxy=http://localhost:10809
npm config set https-proxy=http://localhost:10809

delete

npm config delete proxy
npm config delete https-proxy

© api2o.com:: a website of blog, tools, APIs. 一个包含: 博客、在线工具、API 的网站. All rights reserved.