arm bufferutil

This commit is contained in:
Capitalist Dog 2025-08-31 22:13:15 -04:00
parent 8f47682c13
commit ee1daafd56

View file

@ -99,7 +99,7 @@ install_lightning_pub() {
log "${PRIMARY_COLOR}Installing${RESET_COLOR} npm dependencies..." log "${PRIMARY_COLOR}Installing${RESET_COLOR} npm dependencies..."
npm install --fallback-to-build=false > npm_install.log 2>&1 npm install --no-optional --fallback-to-build=false > npm_install.log 2>&1
npm_exit_code=$? npm_exit_code=$?
if [ $npm_exit_code -ne 0 ]; then if [ $npm_exit_code -ne 0 ]; then