-
Notifications
You must be signed in to change notification settings - Fork 97
App crashing at the very beginning. #32
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
Comments
Hey, you are getting the error because you are using Node.js v19.0.1. To enable imports without file extensions, e.g. I would like to support the previous Node.js versions as well as v19 and will work on this soon. I will appreciate any help on the issue. I advise you to use a different version of Node.js for now - Node.js 14 to 18 should be okay |
Indeed ! It's now working with the LTS version of Node.js (18.12.1). Thanks a lot ! |
Sure 😉 |
Add range for Node.js version to prevent users from using Node.js v19 with the app. This is because some features of this app are not supported in Node v19 close #32
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The app crashes when I start it.
To Reproduce
Steps to reproduce the behavior:
npx create-nodejs-ts-app back
cd back
yarn dev
Expected behavior
The app should work as expected.
Screenshots

Desktop :
Additional context
This is the same behaviour with
yarn start
. I also tried toyarn compile
first but it didn't change anything.Thanks for your help !
The text was updated successfully, but these errors were encountered: