-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
SyntaxError: Cannot use 'import.meta' outside a module #5644
Comments
This issue persists in 1.14.1 |
Happens for me too but only when using When I put the same code from the package in a local file e.g. |
I encountered the same issue when trying to use This happened when I tried to follow the official documents at https://clerk.com/docs/quickstarts/get-started-with-remix And the error occurs at 2nd step as follows: And also this looks like a known issue #5259 (comment) |
This seems to be fixed as of @remix-run/* v1.15.0 |
What version of Remix are you using?
1.14.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Using a project based on the
cloudflare-workers
template:npm run dev
)Expected Behavior
The app boots in Miniflare as normal
Actual Behavior
On startup, Miniflare throws the following fatal errors:
The text was updated successfully, but these errors were encountered: