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