diff --git a/external/br2-external/sscma-node/sscma-node.mk b/external/br2-external/sscma-node/sscma-node.mk index b979e37e..bfbb6ddf 100644 --- a/external/br2-external/sscma-node/sscma-node.mk +++ b/external/br2-external/sscma-node/sscma-node.mk @@ -32,7 +32,6 @@ define SSCMA_NODE_INSTALL_TARGET_CMDS # Install npm packages $(NPM) install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict --prefix $(TARGET_DIR)/home/recamera/.node-red node-red-contrib-sscma $(NPM) install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict --prefix $(TARGET_DIR)/home/recamera/.node-red node-red-contrib-os - $(NPM) install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict --prefix $(TARGET_DIR)/home/recamera/.node-red flowfuse/node-red-dashboard # Install the executable file $(INSTALL) -D -m 0755 $(@D)/solutions/sscma-node/build/sscma-node $(TARGET_DIR)/usr/local/bin/sscma-node