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

设置

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

关闭

npm config delete proxy
npm config delete https-proxy

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