arm bufferutil
This commit is contained in:
parent
8f47682c13
commit
ee1daafd56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue