lbassin / electron-angular-webpack

A simple kit for Electron, Angular 6 and Webpack 4 including a live reload system for Angular.
MIT License
60 stars 14 forks source link

Cannot generate new components #17

Open iboffa opened 5 years ago

iboffa commented 5 years ago

When I try to generate a new component in the project, I get this error:

Local workspace file ('angular.json') could not be found.

Where do I get the angular.json file?

brelsftm commented 5 years ago

What I did was create an angular project using the command line, then clone these file into that. Modify the paths in the angular.json to match up and it will work