Skip to content

Commit

Permalink
Merge pull request FlechazoPh#24 from virualv/update-new-npm-mirror
Browse files Browse the repository at this point in the history
Update npm mirror config
  • Loading branch information
FlechazoPh authored Jun 19, 2022
2 parents 18a6044 + e2d66e0 commit c624ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Shell/QLOneKeyDependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo
"当前npm版本(如果没有npm,请自行安装): "
npm -v

npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
cd /ql
pnpm add -g pnpm

Expand Down
2 changes: 1 addition & 1 deletion Shell/XinQLOneKey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo
"当前npm版本(如果没有npm,请自行安装): "
npm -v

npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com
cd /ql
pnpm add -g pnpm

Expand Down

0 comments on commit c624ad5

Please sign in to comment.