-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updating to Angular7 breaks when running ng:serve:web #267
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
As for me I've got it running with no problem. I see only see some warnings in the console:
I think I have this warnings because of using nodeJs 10 |
@AleksMeshkov I get the same Warnings as Errors and the build fails. Using Angular 6.1 and Node 8.11. Clearing the code of all references to Electron and Node resolves this though. Just need better conditional importing I guess so that stuff isn't included if using |
Replace content at the end of of polyfill.ts [...]
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/ It should remove errors. |
No description provided.
The text was updated successfully, but these errors were encountered: