Browser is not kicked off, changes are not detected
See original GitHub issueBug Report or Feature Request (mark with an x
)
- [x] bug report
- [ ] feature request
Versions.
Windows
10
Angular CLI
@angular/cli: 1.0.0
node: 6.10.1
os: win32 x64
@angular/common: 4.0.1
@angular/compiler: 4.0.1
@angular/core: 4.0.1
@angular/forms: 4.0.1
@angular/http: 4.0.1
@angular/platform-browser: 4.0.1
@angular/platform-browser-dynamic: 4.0.1
@angular/router: 4.0.1
@angular/cli: 1.0.0
@angular/compiler-cli: 4.0.1
Node.js
v6.10.1
NPM
3.10.10
Repro steps.
ng new TestApp
cd TestApp
ng serve
The log given by the failure.
** NG Live Development Server is running on http://localhost:4200 **
Hash: 0e6d5fe3776172acc1f2
Time: 9378ms
chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 158 kB {4} [initial] [rendered]
chunk {1} main.bundle.js, main.bundle.js.map (main) 3.69 kB {3} [initial] [rendered]
chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 9.77 kB {4} [initial] [rendered]
chunk {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 2.37 MB [initial] [rendered]
chunk {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]
webpack: Compiled successfully.
Desired functionality.
1/ Web browser is not kicked off by default. Instead I need to use:
ng serve -open
2/ Changes are not detected at all. 3/ Project is not beeing recompiled. 4/ Browser is not refreshed when changes are applied.
Mention any other details that might be useful.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:19 (5 by maintainers)
Top Results From Across the Web
Internet Browsers Not Working after Windows Upgrade? Fix It ...
Usually, when your internet browsers fail to work or do not respond after the system update, the best way to solve this problem...
Read more >When coding HTML, browser doesn't always detect changes
On windows refresh with CTRL + F5 . The browser will not show from cache. Also in developer tools you can tell it...
Read more >How to Fix the 'A Network Change Was Detected' Error - Lifewire
Reload the page. Click the circular button at the top of the Chrome window to reload the page. This is often the fastest...
Read more >Why am I getting an Unsupported Browser error?
On your computer, open Chrome. · At the top right, click More > Settings. · At the bottom, click Advanced. · Under "Privacy...
Read more >WordPress Changes Not Showing? Here's How to Fix ... - Kinsta
If the hard refresh didn't work, you might need to clear your browser's cache completely. This will wipe out all of the cached...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello. In my case the problem was with an IDE. I use WebStorm and I had to change settings. File -> Settings -> Appearance & Behavior -> System Settings and uncheck ‘Use “safewrite” (save changes to a temporary file first)’. After that on Ctrl+S all changes are picked up. Perhaps it will be useful for someone.
I feel like this is a very critical issue and should be a blocker as it seriously hinders development.