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.

Problem with Gulp "Cannot find module"

See original GitHub issue

I am trying to use react plotly but when gulp is bundling all files I get the following error: Error: Cannot find module './core' from 'C:\Users\...\node_modules\plotly.js\dist'

I saw there have been problems when using webpack but I haven’t found anything gulp related.

I followed this guide to setup and import Plotly: https://plot.ly/javascript/react/

Any help?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:19 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nicolaskruchtencommented, Aug 17, 2018

this should now be resolved with plotly.js 1.40.0. Can someone confirm please?

1reaction
kristian2xcommented, Aug 21, 2018

@m90 I really appreciate your effort Fredrik unfortunately though this did not solve the issue. I will have a closer look at my gulpfile and I guess this is a problem on my side. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't get Gulp to run: cannot find module 'gulp-util'
This fixed a persistent issue I had with gulp-util not finding through2 despite it being present in the local node_modules folder and repeated...
Read more >
Error: Cannot find module 'gulp' · Issue #1135 - GitHub
Your gulpfile is wayyy too deep and your node_modules are way too high up the tree. node only looks up a few directories...
Read more >
Gulp errors (Cannot find module ...) - sage
I am trying to get Sage up and running and spent a couple of hours troubleshooting gulp. After running: npm install gulp. I...
Read more >
Error: Cannot find module 'gulplog' when i try to run gulp
Hi guys, i'm consistently getting a series of error when i try to run gulp, see below: module.js:471 throw err; ^ Error: Cannot...
Read more >
Gulp not working: Cannot find module 'undertaker' - Drupal
After installing gulp following the instructions I got this error: Error: Cannot find module 'undertaker' Require stack: ...
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