Skip to content

Commit 718ca69

Browse files
Update install_candle_controller.sh
1 parent d771b53 commit 718ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_candle_controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ if [ -d "$CANDLE_BASE/webthings/gateway2" ]; then
543543
pwd
544544
git submodule init
545545
git submodule update
546-
CPPFLAGS="-DPNG_ARM_NEON_OPT=0" npm --yes ci
546+
CPPFLAGS="-DPNG_ARM_NEON_OPT=0" npm --yes i --save
547547
node generate-version.js && node generate-types.js && npx tsc -p .
548548

549549
#cd ../..

0 commit comments

Comments
 (0)