Browse Source

Doc update

master v0.2
filesite 7 months ago
parent
commit
092c6a48a2
  1. 2
      README.md

2
README.md

@ -317,10 +317,8 @@ hpts -s 127.0.0.1:1080 -p 8002
修改npm的配置文件:~/.npmrc,添加下面配置: 修改npm的配置文件:~/.npmrc,添加下面配置:
``` ```
unsafe-perm=true
proxy=http://127.0.0.1:8002 proxy=http://127.0.0.1:8002
https-proxy=http://127.0.0.1:8002 https-proxy=http://127.0.0.1:8002
noproxy[]=127.0.0.*
``` ```
如果你的home目录下没有.npmrc文件,先创建。 如果你的home目录下没有.npmrc文件,先创建。

Loading…
Cancel
Save