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
Cannot launch the backend server in dev because the script is affected by this issue: wclr/ts-node-dev#314
Description:
"type": "module",
npm run dev
Error: Must use import to load ES Module: /Users/swe/Documents/Repos/ita-wiki/back/src/server.ts
But the file already uses import.
The text was updated successfully, but these errors were encountered:
guillemparrado
Successfully merging a pull request may close this issue.
Cannot launch the backend server in dev because the script is affected by this issue: wclr/ts-node-dev#314
Description:
"type": "module",
to package.jsonnpm run dev
is executedError: Must use import to load ES Module: /Users/swe/Documents/Repos/ita-wiki/back/src/server.ts
But the file already uses import.
The text was updated successfully, but these errors were encountered: