We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba842a1 commit 7f4c116Copy full SHA for 7f4c116
install/zigbee2mqtt-install.sh
@@ -50,7 +50,7 @@ mv zigbee2mqtt-${RELEASE} /opt/zigbee2mqtt
50
cd /opt/zigbee2mqtt/data
51
mv configuration.example.yaml configuration.yaml
52
cd /opt/zigbee2mqtt
53
-$STD pnpm install --frozen-lockfile
+$STD pnpm install --no-frozen-lockfile
54
$STD pnpm build
55
msg_ok "Installed Zigbee2MQTT"
56
0 commit comments