Closed emcee22 closed 6 years ago
@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 ng:serve:web
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. I'm working on a new version of this project with Electron 3 + Angular 7
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