I just updated my gatsby site from 2.14.+ to 3.0.3+ and now some of my JavaScript no longer works #30779
Replies: 1 comment
-
Hi, sorry to hear you run into issues! Have you followed https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/ while upgrading? To bisect your log a bit:
The plugin is setting the peerDep incorrectly: ariamckinley/gatsby-remark-reading-time#11
Please be aware of: https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/#css-modules-are-imported-as-es-modules
If you search for that (e.g. jantimon/html-webpack-plugin#1451) you'll see that it's probably that you have multiple versions of webpack installed. Try to remove your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Describe the issue that you're seeing.
Steps to reproduce
Clear steps describing how to reproduce the issue. Please link to a reproduction, this makes your issue much easier to diagnose (seriously).
How to Make a Minimal Reproduction: https://www.gatsbyjs.com/contributing/how-to-make-a-reproducible-test-case/
Expected result
What should happen?
Actual result
What happened.
Environment
All environments, but especially develop. I get the following error during development build:
Run
gatsby info --clipboard
in your project directory and paste the output here.I'm at my wits end and am ready to give up and move my site to something else. I love Gatsby but I just can't figure this out!
Beta Was this translation helpful? Give feedback.
All reactions