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.

use webpack error

See original GitHub issue

node-usb in my project is work,but when i run webpack ,it’s log Cannot find module "./abi_crosswalk.json" than i add json-loader in webpack { test: /\.json$/, loader: 'json-loader' }, run ,it’s log: package.json does not exist at /package.json How can I deal with it,thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
qqnp1100commented, Aug 16, 2016

@reconbot I know,My project development on electron,it’s have nodejs. without webpack , electron app use node-usb is ok. I want use es6 ,so should use webpack. I don’t know how to solve it @

0reactions
qqnp1100commented, Aug 16, 2016

@reconbot thank you vary much,I find way use babel without webpack,now it’s ok . Thanks again (。◕ˇ∀ˇ◕)

Read more comments on GitHub >

github_iconTop Results From Across the Web

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.
Read more >
reactjs - Webpack Compilation Error - Stack Overflow
ERROR in Entry module not found: Error: Can't resolve 'babel-loader'. You're using babel-loader in your webpack config, but you don't have ...
Read more >
How to fix Error: cannot find module "webpack" - Educative.io
1. Install webpack in the local app folder · 2. Link webpack to your project.
Read more >
Command Line Interface - webpack
webpack -cli supports configuration in both CommonJS and ESM format, at first it tries to load a configuration using require() , once it...
Read more >
Webpack: error on executing JavaScript and Vue.js files - GitLab
After gdk update , my local GitLab Development Kit (GDK) instance is no longer working due to Webpack errors. It seems that the...
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