FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
5 stars 6 forks source link

Update npm install command to remove production warning #166

Closed knolleary closed 1 year ago

knolleary commented 1 year ago

Description

We have been using npm install --production for a long time. npm has been telling us to use the far-less memorable --omit=dev for some time.... so this PR does just that.