Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read properties of undefined (reading 'status') #27

Open
svicalifornia opened this issue Jun 24, 2022 · 0 comments · May be fixed by #28
Open

TypeError: Cannot read properties of undefined (reading 'status') #27

svicalifornia opened this issue Jun 24, 2022 · 0 comments · May be fixed by #28

Comments

@svicalifornia
Copy link

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)
svicalifornia added a commit to appjudo/chalet that referenced this issue Jun 24, 2022
@svicalifornia svicalifornia linked a pull request Jun 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant