-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ng serve do not auto update the dist after changing source files. #2287
Comments
I noticed when i make a new project in a folder containing white spaces in the name/path some files are missing in node-modules (970 folders)and auto update doesn't work. When creating a project in a folder without white spaces everything works fine, node-modules(979 folders). (This is on Linux mint). |
@udr013 You fixed the problem for me. |
Dupe of #1610 then. Will look for fix there. |
i have tried all the thing but nothing is going right angular-cli: 1.0.4 |
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. |
Ubuntu 14.04
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: linux x64
do on your code? etc.
Added some components.
more information.
The "ng serve" runs the server on port 4200 but after editing and saving the source file it do not get updated . Most time need to manually run ng build and then ng serve or need to restart ng serve
The text was updated successfully, but these errors were encountered: