arm node-gy[
This commit is contained in:
parent
3a14333a70
commit
8f47682c13
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 > npm_install.log 2>&1
|
npm install --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