-
Notifications
You must be signed in to change notification settings - Fork 416
NextJS 13 Turbopack Error #882
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
Thanks for raising this @Jared-Dev Will see if there's something we can do to resolve this, but bear in mind that Turbopack is still in alpha |
@Jared-Dev - it looks like turbopack doesn't like the dynamic require in Since Turbopack supports dynamic require's - this looks like a bug in Turbopack (It looks related to vercel/turborepo#2349) If I workaround this issue using the advice here jaredwray/keyv#45 (comment) I run into another issue with turbopack's commonjs support here vercel/turborepo#2372 |
@adamjmcgrath roger, mainly just making sure it is on the radar! I knew this was a chance this was related to Turbopack being in |
Have upgraded With the latest beta of |
I have this issue in my terminal with nextjs 13:
And i solved with this:
thanks @adamjmcgrath |
Checklist
Description
When using NextJS 13's Turbopack compiler I get the following error.
The output from
npm explain keyv
indicates that the package in question is a dependency being pulled in from auth0's Next library.Reproduction
Start a Next13 project and configure Auth0's Next libary. Run
next dev --turbo
to enable the turbopack compiler.SDK version
^1.9.2
Next.js version
13.0.0
Node.js version
lts/*
The text was updated successfully, but these errors were encountered: