-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Error: Cannot find module 'gatsby/utils' #13567
Comments
I was literally writing up the same issue. My
If it helps my sites source is here: https://github.com/Arcath/arcath.net-gatsby My site builds fine from source until you update to gatsby 2.3.26 and gatsby-source-filesystem 2.0.30 |
#8992 broke this. I'll fix it real quick. |
Just upgrade to the latest version of the packages. |
Appreciate the quick fix @KyleAMathews |
@KyleAMathews Thanks! Can confirm my site is building again after an update. |
Description
An error occurs when running gatsby in development mode.
Steps to reproduce
Use gatsby-source-filesystem in your site.
Expected result
Gatsby should run in development mode with no errors.
Actual result
Getting strange error after upgrading the
gatsby-source-filesystem
package:This happens when I run gatsby in development mode.
Any clue on whats going on here?
Environment
System:
OS: macOS 10.14.4
CPU: (8) x64 Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz
Shell: 5.7.1 - /usr/local/bin/zsh
Binaries:
Node: 11.14.0 - ~/n/bin/node
Yarn: 1.15.2 - /usr/local/bin/yarn
npm: 6.9.0 - /usr/local/bin/npm
Languages:
Python: 2.7.16 - /usr/local/bin/python
Browsers:
Chrome: 73.0.3683.103
Firefox: 66.0.3
Safari: 12.1
npmPackages:
gatsby: ^2.3.25 => 2.3.26
gatsby-cli: ^2.5.9 => 2.5.9
gatsby-codemods: ^1.0.10 => 1.0.10
gatsby-mdx: ^0.6.2 => 0.6.2
gatsby-plugin-google-analytics: ^2.0.18 => 2.0.18
gatsby-plugin-manifest: ^2.0.29 => 2.0.29
gatsby-plugin-netlify: ^2.0.14 => 2.0.15
gatsby-plugin-react-helmet: ^3.0.12 => 3.0.12
gatsby-plugin-sharp: ^2.0.35 => 2.0.35
gatsby-plugin-sitemap: ^2.0.12 => 2.0.12
gatsby-plugin-styled-components: ^3.0.7 => 3.0.7
gatsby-remark-prismjs: ^3.2.8 => 3.2.8
gatsby-source-contentful: ^2.0.50 => 2.0.51
gatsby-source-filesystem: ^2.0.29 => 2.0.30
gatsby-transformer-json: ^2.1.11 => 2.1.11
gatsby-transformer-remark: ^2.3.8 => 2.3.9
gatsby-transformer-sharp: ^2.1.18 => 2.1.18
The text was updated successfully, but these errors were encountered: