-
Notifications
You must be signed in to change notification settings - Fork 229
ng serve deletes /dist directory #73
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
Comments
I get similar issue, just keep running the npm run start command and it will eventually work :) |
Just for future reference: deleting the |
It seems that just changing the order in However, since 1.1.0-rc.0
Alternatively, to get some implicit documentation, one could use some verbose Both tested on OS X. As an aside, instead of calling
...I am using https://www.npmjs.com/package/tsc-watch The above makes
(Thanks for a nice starter!) |
Hello,
I believe there is an issue with the current configuration when running
npm run start
. A recent change tong serve
made it delete the./dist
directory. This is now causing the server to fail to start as its failing to locate thewww.js
file.This is occurring on Windows
The text was updated successfully, but these errors were encountered: