-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
npm run dev
does not work due to esm
#681
Comments
Can confirm this on a clean install on MacOS Sonoma 14.3.1 with an M1 (not that any of that really matters for the ESM error). This seems worth fixing ASAP due to it being a major hurdle to anyone trying to adopt Trance for the first time. |
FWIW I also hit this on an intel MBP. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Commenting to prevent the issue from closing |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What happened?
After a clean install, running
npm dev
results in the following message in the browser:FWIW It does deploy and run correctly in AWS after a cdk deployment.
What did you expect to happen?
I expected it to run.
What version of Remix are you using?
2.5.0
The text was updated successfully, but these errors were encountered: