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.

Cannot run examples with the current version of Webpack

See original GitHub issue

When I run an example, I get the following error: Error: Cannot find module '../config/webpack.loaders.js'

It seems like there’s a compatibility issue with the current version of Webpack.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
jourdaincommented, Jun 9, 2017

The volume mapper example assume that the data you are looking for is active, while the vtkDataConverter does not set any active array. You may want to either programmatically set the array active or edit the json file like here: https://github.com/Kitware/vtk-js/blob/master/Data/volume/headsq.vti/index.json#L32

1reaction
jourdaincommented, Jun 9, 2017

Ok thanks, I will try to fix it soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation | webpack
This guide goes through the various methods used to install webpack. Prerequisites. Before we begin, make sure you have a fresh version of...
Read more >
webpack command not working - node.js - Stack Overflow
This works for me. I use npm install -S webpack and npm bin to get bin path. I add the bin path to...
Read more >
Webpack - npm
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable...
Read more >
How I solved and debugged my Webpack issue through trial ...
When webpack bundles your source code, it can become difficult to track down errors and warnings to their original location. For example ......
Read more >
webpack-dev-server wont start (Example) - Treehouse
It keeps saying Cannot find module 'webpack/bin/config-yargs'. I'm using the exact same versions ... Install the latest version of webpack.
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