You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using chalet to run a local Node dev server, as follows:
chalet run 'npm start' --name myapp
When I press Ctrl-C to kill the dev server, I see this error:
^C/opt/homebrew/lib/node_modules/chalet/lib/cli/run.js:60
status = _this$_spawnSync.status,
^
TypeError: Cannot read properties of undefined (reading 'status')
at startServer (/opt/homebrew/lib/node_modules/chalet/lib/cli/run.js:60:37)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered:
I'm using
chalet
to run a local Node dev server, as follows:chalet run 'npm start' --name myapp
When I press Ctrl-C to kill the dev server, I see this error:
The text was updated successfully, but these errors were encountered: