FlowFuse / nr-launcher

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

Add shell option to npm spawn command #226

Closed knolleary closed 4 months ago

knolleary commented 4 months ago

Following the recent node 18/20 releases that block the use of spawn on Windows for cmd files without the shell option set, this PR sets the shell option.

This is only relevant for localfs installs on Windows.