-
Notifications
You must be signed in to change notification settings - Fork 27.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
Bad pnpm fix makes using preact impossible #31551
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@JonathanWolfe were you able to fix this? |
@SentoxAIO No, I just set an exact version in my package.json to 12.0.3 |
@SentoxAIO and @JonathanWolfe have you seen the temporary workaround: #31240 (comment) I used |
Duplicate of #31240 |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What version of Next.js are you using?
12.0.4
What version of Node.js are you using?
14.18.1
What browser are you using?
Firefox
What operating system are you using?
macoS
How are you deploying your application?
next start
Describe the Bug
Error during webpack compile
caused by: a1e76fb
Needs
try/catch
es added for error handlingProbably also causes #31538
Expected Behavior
next dev
does not fail.To Reproduce
package.json
:next.config.js
:The text was updated successfully, but these errors were encountered: