From 092c6a48a2c4ca9bcbf4e70e2b8181f33ba3b3b1 Mon Sep 17 00:00:00 2001 From: filesite Date: Wed, 17 Apr 2024 08:54:54 +0800 Subject: [PATCH] Doc update --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 101577e..9d223a5 100644 --- a/README.md +++ b/README.md @@ -317,10 +317,8 @@ hpts -s 127.0.0.1:1080 -p 8002 修改npm的配置文件:~/.npmrc,添加下面配置: ``` -unsafe-perm=true proxy=http://127.0.0.1:8002 https-proxy=http://127.0.0.1:8002 -noproxy[]=127.0.0.* ``` 如果你的home目录下没有.npmrc文件,先创建。