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.

no reloaded when edited App.js

See original GitHub issue

Description

Compiled successfully I did npm start, but node is no reaction when I edited src/App.js. Stopped and restarted server, the change was reflected.

Why don’t be reloaded?

Expected behavior

the change is watched by node, and it is reflected.

Actual behavior

node is no reaction.

Environment

Run these commands in the project folder and fill in their results:

  1. npm ls react-scripts (if you haven’t ejected): react-1@0.1.0 /Users/kaiji0811/dropbox/htdocs/react-1 └── react-scripts@0.9.0

  2. node -v: v6.10.0

  3. npm -v: 4.2.0

Then, specify:

  1. Operating system: Mac OSX Yosemite 10.10.5

  2. Browser and version: all of them

Issue Analytics

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

github_iconTop GitHub Comments

0reactions
kaiji0811commented, Feb 22, 2017

I didn’t know that. I’ll be carefull from now on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keep getting "Edit src/App.js and save to reload." screen
Hello! I keep getting the "Edit src/App.js and save to reload." on my screen when I type npm start. How can I fix...
Read more >
Trying to build React-Admin, keeps getting "Edit src/App.js and ...
It's as simple as following the instructions: Edit src/App.js and save to reload. Open that file in your editor (open the src folder...
Read more >
Auto reload does not detect changes to index.js #9984 - GitHub
The auto refresh works fine as long as I keep editing App.js , but breaks down as soon as index.js is edited. Once...
Read more >
Hot Reload | Vue Loader
"Hot Reload" is not simply reloading the page when you edit a file. ... It even preserves the current state of your app...
Read more >
location.reload() - Web APIs | MDN
So a boolean parameter is not part of the current specification for location.reload() — and in fact has never been part of any...
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