1
0

update npm install --force

This commit is contained in:
2024-11-05 18:02:49 +08:00
parent f403456185
commit cd6578f57c

View File

@@ -72,7 +72,7 @@ builddir=${rootdir}/build.ems
makefe() {
cd ${fedir}
git pull
npm install --registry https://registry.npmmirror.com
npm install --force --registry https://registry.npmmirror.com
echo -n "Building front-end vue ... "
npm run build 1>/dev/null
if [ $? = 0 ]; then