mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
fix: 修复淘宝更换npm源域名
This commit is contained in:
parent
35c6475534
commit
8aaa232b17
|
@ -271,6 +271,7 @@ npm_install_2() {
|
|||
|
||||
cd $dir_work
|
||||
echo -e "安装 $dir_work 依赖包...\n"
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
npm_install_sub
|
||||
cd $dir_current
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user