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.

`npm start` does not work for me

See original GitHub issue

I’ve followed the instructions written in the README.md file for installing and setting up the development environment.

However, when I do npm start my browser page is black and I only see an error in the console saying:

output.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)

Here is the screenshot:

image

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Akronixcommented, Nov 1, 2018

Ups, I lost the context and I did a mistake. I thought that this was dash-renderer repo when I read that comment and I responded accordingly 😅 .

For dash core components it is useful to have a working pure JS Demo, because I want to test the React components in pure JS before to do the whole python binding. Actually, this is why I opened the issue: I wanted to test the input component in react before to make any further changes. So yes, a working npm start script would be nice.

0reactions
T4rk1ncommented, Nov 1, 2018

It was resolved in plotly/dash-component-boilerplate#28

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix npm start command not working - Nathan Sebhastian
How to fix npm start command not working · Check if you have a package.json file in your project · Check if you...
Read more >
NPM Start not starting local server - node.js - Stack Overflow
Answering as this happened to me with a new installation of Ubuntu 18.04 where localhost did not exist in my hosts file and...
Read more >
npm start not working, tried many solves :| #1328 - GitHub
How can this bug be reproduced? renamed the foundationpress theme folder; ran into multiple issues. copy and pasted package.json and ...
Read more >
npm-start - npm Docs
If the "scripts" object does not define a "start" property, npm will run node server.js . Note that this is different from the...
Read more >
npm start not working in vs code terminal - You.com
Restart VS Code. Use (two ways) Ctrl + R Shift + R. Ctrl + P, write >npm, select run script, select the desired...
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