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.

I cloned the repo and followed the instructions, everything installed properly. When I run npm run hot-server + npm run start-hot or npm run dev, the window opens up, but the inspector tools complain about the missing bundle.js file

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mauriciomelocommented, Apr 17, 2016

I had the same error. Seems like Electron opens before the express server that serves the bundle.js. When I reload the page (command + R) it works.

1reaction
baticodescommented, Apr 4, 2016

I had the same error. As amejias101 I tried deleting the cloned repo and cloning again and it worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webpack 4 : bundle js not found - Stack Overflow
I found answer after going through all the github answers related to this issue. I finally end up in figuring out the issue...
Read more >
My webpack bundle.js is not being found - r/learnjavascript
I am getting a 404 error for bundle.js when I try to load it, but otherwise the rest of my HTML is getting...
Read more >
Error: GET https://localhost:8080/assets/status 404 (Not Found)
Hi,. I'm trying to create a new visual and for it I need to use a webpack.config.js for exclude node_modules. But when I...
Read more >
[SOLVED] Bundle.js not found on localhost in forked project
Once I have tried to run the app, handling of account in app-bundle.js errored out, which cascaded into 404 for all my bundled...
Read more >
404 Error code on Main bundle JS - BigCommerce Support
404 Error code on Main bundle JS. Greetings, I'm encountering an issue when checking my site on Google Console. Their seems to be...
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