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

Lifecycle error on Exit #1

Open
relu91 opened this issue Oct 30, 2019 · 1 comment
Open

Lifecycle error on Exit #1

relu91 opened this issue Oct 30, 2019 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@relu91
Copy link
Contributor

relu91 commented Oct 30, 2019

If the user force exits (using sigint, ctrl-c) while aswering inquirer questions the program exits with status 1 causing the following message:

npm ERR! errno 1
npm ERR! @arces-wot/[email protected] start: `ts-node src/wade.ts "init" "../testWade/"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @arces-wot/[email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\reluc\AppData\Roaming\npm-cache\_logs\2019-10-30T17_24_11_467Z-debug.log

The intended behavior should be a clean exit.

@relu91 relu91 added the good first issue Good for newcomers label Apr 13, 2020
@relu91
Copy link
Contributor Author

relu91 commented Jul 29, 2020

It seems that the error is only thrown when wam runs with ts-node. It should not affect the final user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants