Closed
Description
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
Environment
node -v
: 8.4.0npm -v
: 5.3.0yarn --version
(if you use Yarn): 0.27.5npm ls react-scripts
(if you haven’t ejected):
Then, specify:
- Operating system: Windows 7 32bits
- Editor : vs code 1.15.1
Steps to Reproduce
- Just created a new project with create-react-app
yarn start
- edit a file (index.js for example)
Expected Behavior
When I edit and save a file with vs code, it should reload the server automatically.
Actual Behavior
Doesn't do anything : I have to restart yarn start
.
But if I use another editor like Notepad++, it works perfectly