-
-
Notifications
You must be signed in to change notification settings - Fork 247
Labels
Description
After upgrading to Node 22 we get a deprecation warning DEP0060
caused by the dependency spawn-command
:
at module.exports (...\node_modules\spawn-command\lib\spawn-command.js:9)
at Proxy.start (...\node_modules\concurrently\dist\src\command.js:55:28)
...
The code that causes that is this line
The fix looks trivial but spawn-command
doesn't seem to be developed anymore. Maybe the functionality could be integrated in concurrently
.
gustavohenke