-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live reload failing with webpack 2.1.0-beta.22 , angular-cli: 1.0.0-beta.14 #2139
Comments
Try this: |
Just did this, didn't fix the issue. Did changing a file work for you? |
I didnt change anything. i just run those commands and got everything up and running to (v2.0.0 latest Angular)
|
I'm on linux. I mean, did you try changing a file to make sure its reloading webpack? I'm guessing the library is watchpack, mines on I just tried this on two different computers BTW, and live-reload isn't working. |
I have the same problem on Xubuntu 16.04. I got the same error message and I installed watchman from source as described in https://ember-cli.com/user-guide/#watchman. The error message is gone but the live reload isn't triggered on file change. |
This issue looks similar to #1610. |
I fixed this by removing running rm -rf node_modules , and reinstalling angular-cli both globally and locally. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I've noticed
ng serve
isn't picking up my file changes, and I have to rerun it every time I make a save.The text was updated successfully, but these errors were encountered: