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
followed the tutorial, but after running the compiled files I get
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/git/api/dist/app
https://www.apollographql.com/docs/apollo-server/getting-started/#step-1-create-a-new-project
import a file (any file) into your ts
The text was updated successfully, but these errors were encountered:
Seeing the same issue.
Seems like the compile script isn't converting the imports to have .js at the end, making it seem they're wrong.
compile
.js
Sorry, something went wrong.
As a workaround, I installed the tsx library and created a new script:
tsx
"dev": "nodemon --exec tsx src/index.ts"
This runs without having to build anything.
No branches or pull requests
Issue Description
followed the tutorial, but after running the compiled files I get
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/git/api/dist/app
Link to Reproduction
https://www.apollographql.com/docs/apollo-server/getting-started/#step-1-create-a-new-project
Reproduction Steps
import a file (any file) into your ts
The text was updated successfully, but these errors were encountered: