We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run tsimp on a bare bone Node.js project, I found that running produced no output whatsoever, it just exited without any output.
When I examined .tsimp/daemon/log, I found:
TSIMP error 27787: could not find config file named "tsconfig.json", searching from "/Users/wmaj/(…)"
I feel like in this case this error should have been printed out to the console.
The text was updated successfully, but these errors were encountered:
maybe this is not the right place but I will add from myself: tsimp without any logs crashes in a number of cases
for example, if you change the version of node.js via NVM and try to run the script
Sorry, something went wrong.
No branches or pull requests
When trying to run tsimp on a bare bone Node.js project, I found that running produced no output whatsoever, it just exited without any output.
When I examined .tsimp/daemon/log, I found:
I feel like in this case this error should have been printed out to the console.
The text was updated successfully, but these errors were encountered: