-
-
Notifications
You must be signed in to change notification settings - Fork 908
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
bug: Next.js 14 App Router failing to compile #1525
Comments
same issue, except that it compiles with warnings. viem 1.19.4 |
Hi, it seems package json is empty or not viewable in you codesandbox link: |
Seems that the cause here is because the |
This issue has been locked since it has been closed for more than 14 days. If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Viem version. If you have any questions or comments you can create a new discussion thread. |
Is there an existing issue for this?
Package Version
1.19.5
Current Behavior
When trying to run "npm run dev" (next dev), and trying to use wagmi/viem, Next is unable to compile and start my website.
Expected Behavior
No response
Steps To Reproduce
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
https://codesandbox.io/p/devbox/quiet-water-6rcfry
Anything else?
This happens on a fresh Next.js 14 App Router project when trying to use wagmi, but the issue seems to be related to viem.
Things i already tried:
wevm/wagmi#2300 (comment)
Reinstalling node_modules
When i remove wagmi & viem, my app is able to compile again.
The text was updated successfully, but these errors were encountered: