Skip to content

Commit

Permalink
fix:更换已经失效的 npm 源
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Jan 30, 2024
1 parent 8f12a59 commit 1f2dded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/terminal.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
// 设置源
'set-registry' => [
'npm' => 'npm config set registry https://registry.npmjs.org/ && npm config get registry',
'taobao' => 'npm config set registry https://registry.npm.taobao.org/ && npm config get registry',
'rednpm' => 'npm config set registry http://registry.mirror.cqupt.edu.cn/ && npm config get registry'
'taobao' => 'npm config set registry https://registry.npmmirror.com/ && npm config get registry',
'tencent' => 'npm config set registry https://mirrors.cloud.tencent.com/npm/ && npm config get registry'
],
'composer' => [
'update' => [
Expand Down

0 comments on commit 1f2dded

Please sign in to comment.