Skip to content

Commit d7a2614

Browse files
authored
Update wikijs-install.sh
1 parent dc25984 commit d7a2614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/wikijs-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sed -i -E '
8585
' /opt/wikijs/config.yml
8686
cd /opt/wikijs
8787
export NODE_OPTIONS="--max-old-space-size=2048"
88-
$STD yarn install
88+
$STD yarn install --ignore-engines
8989
$STD yarn build
9090
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
9191
msg_ok "Installed Wiki.js"

0 commit comments

Comments
 (0)