question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build Error [gatsby-telemetry] - Cannot build

See original GitHub issue

Description

I cant build my app due to this error on build / develop:

Error: Cannot find module 'gatsby-telemetry'
  Require stack:
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby-plugin-page-creator/create-page-wrapper.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby-plugin-page-creator/gatsby-node.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/bootstrap/resolve-module-exports.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/bootstrap/load-plugins/validate.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/bootstrap/load-plugins/load.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/bootstrap/load-plugins/index.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/services/initialize.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/services/index.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/state-machines/develop/services.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/state-machines/develop/index.js
  - /Volumes/Work/L+R/www/website-gatsby/node_modules/gatsby/dist/commands/develop-process.js
  - /Volumes/Work/L+R/www/website-gatsby/.cache/tmp-94644-7DZnL5R3B00G
  
  - loader.js:794 Function.Module._resolveFilename
    internal/modules/cjs/loader.js:794:15
  
  - loader.js:687 Function.Module._load
    internal/modules/cjs/loader.js:687:27
  
  - loader.js:849 Module.require
    internal/modules/cjs/loader.js:849:19
  
  - v8-compile-cache.js:159 require
    [website-gatsby]/[v8-compile-cache]/v8-compile-cache.js:159:20
  
  - create-page-wrapper.js:16 Object.<anonymous>
    [website-gatsby]/[gatsby-plugin-page-creator]/create-page-wrapper.js:16:24
  
  - v8-compile-cache.js:178 Module._compile
    [website-gatsby]/[v8-compile-cache]/v8-compile-cache.js:178:30
  
  - loader.js:973 Object.Module._extensions..js
    internal/modules/cjs/loader.js:973:10
  
  - loader.js:812 Module.load
    internal/modules/cjs/loader.js:812:32
  
  - loader.js:724 Function.Module._load
    internal/modules/cjs/loader.js:724:14
  
  - loader.js:849 Module.require
    internal/modules/cjs/loader.js:849:19
  
  - v8-compile-cache.js:159 require
    [website-gatsby]/[v8-compile-cache]/v8-compile-cache.js:159:20
  
  - gatsby-node.js:24 Object.<anonymous>
    [website-gatsby]/[gatsby-plugin-page-creator]/gatsby-node.js:24:26
  
  - v8-compile-cache.js:178 Module._compile
    [website-gatsby]/[v8-compile-cache]/v8-compile-cache.js:178:30
  
  - loader.js:973 Object.Module._extensions..js
    internal/modules/cjs/loader.js:973:10
  
  - loader.js:812 Module.load
    internal/modules/cjs/loader.js:812:32
  
  - loader.js:724 Function.Module._load
    internal/modules/cjs/loader.js:724:14

Steps to reproduce

gatsby develop

Expected result

Should build

Actual result

Didnt build

Environment

System:
    OS: macOS 10.15.6
    CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 12.13.0 - /usr/local/bin/node
    Yarn: 1.13.0 - /usr/local/bin/yarn
    npm: 6.14.5 - /usr/local/bin/npm
  Languages:
    Python: 2.7.15 - /usr/local/bin/python
  Browsers:
    Chrome: 85.0.4183.102
    Edge: 83.0.478.54
    Firefox: 78.0.2
    Safari: 13.1.2
  npmPackages:
    gatsby: ^2.24.47 => 2.24.58
    gatsby-image: ^2.4.16 => 2.4.17
    gatsby-plugin-alias-imports: ^1.0 => 1.0.5
    gatsby-plugin-canonical-urls: ^2.3.10 => 2.3.10
    gatsby-plugin-google-tagmanager: ^2.3.11 => 2.3.11
    gatsby-plugin-layout: ^1.3.10 => 1.3.10
    gatsby-plugin-mailchimp: ^5.2.2 => 5.2.2
    gatsby-plugin-manifest: ^2.4.23 => 2.4.28
    gatsby-plugin-netlify: ^2.3.13 => 2.3.14
    gatsby-plugin-offline: ^3.2.23 => 3.2.27
    gatsby-plugin-postcss: ^2.3.11 => 2.3.11
    gatsby-plugin-postcss-sass: ^1.0 => 1.0.22
    gatsby-plugin-react-helmet: ^3.3.10 => 3.3.10
    gatsby-plugin-react-helmet-canonical-urls: ^1.4.0 => 1.4.0
    gatsby-plugin-robots-txt: ^1.5.1 => 1.5.1
    gatsby-plugin-sass: ^2.3.12 => 2.3.12
    gatsby-plugin-sharp: ^2.6.27 => 2.6.35
    gatsby-plugin-sitemap: ^2.4.11 => 2.4.12
    gatsby-plugin-styled-components: ^3.3.10 => 3.3.10
    gatsby-plugin-transition-link: ^1.17.7 => 1.20.2
    gatsby-remark-prettier: ^1.0 => 1.0.0
    gatsby-remark-prismjs: ^3.5.10 => 3.5.12
    gatsby-source-filesystem: ^2.3.24 => 2.3.29
    gatsby-source-graphql: ^2.7.1 => 2.7.3
    gatsby-transformer-remark: ^2.8.28 => 2.8.34
    gatsby-transformer-sharp: ^2.5.13 => 2.5.14
  npmGlobalPackages:
    gatsby-cli: 2.12.96
    gatsby: 2.17.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
joebentaylor1995commented, Sep 15, 2020

Just delete node modules and package-lock

Then reinstall.

All fixed

Kind regards,

Joe

On 15 Sep 2020, at 17:51, Alexey Golub notifications@github.com wrote:

Installing gatsby-telemetry manually seems to fix the issue. However, not sure if that’s desirable.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

0reactions
rob88commented, Oct 29, 2020

run the following command in your project directory terminal : - npm cache verify npm cache clean npm audit fix npm install THEN

npm start or gatsby develop etc…

There might be one or two plugins deprecated in node_module or vulnerabilities in your project . This required to be fixed by npm audit fix

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploy fails - Error: Cannot find module 'gatsby-telemetry'
My build failed recently and I can't understand why. The site runs fine locally. I haven't changed any of the build settings.
Read more >
Troubleshooting Common Errors - Gatsby
Error : ReferenceError: window is not defined when running gatsby build ... This error may be a top level Cannot resolve module 'fs'...
Read more >
Gatsby Failed Build on Netlify - Stack Overflow
When I clone my git repository, the build works fine locally. It just cant get pushed through to Netlify. Netlify support says when...
Read more >
Deploying to Netlify : r/gatsbyjs - Reddit
Hello, I have tried several times now to deply to Netlify but they all fail with this error: 6:34:07 AM: Build ready to...
Read more >
Problems running through the public quick-start project exercise
Our node and npm version are now up-tp-date & good-per-spec. Gatsby site still has problems – images still not rendering. This build error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found