Skip to content

Commit 8a49a45

Browse files
committed
fix/ remove yarn because of error with module dep in prod builds
1 parent 18c0e62 commit 8a49a45

File tree

4 files changed

+7125
-5840
lines changed

4 files changed

+7125
-5840
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ Clone this repository locally :
3636
git clone https://github.com/maximegris/angular-electron.git
3737
```
3838

39-
Install dependencies with your favorite dependencies manager (npm or yarn) :
39+
Install dependencies with npm :
4040

4141
``` bash
4242
npm install
4343
```
4444

45+
There is an issue with `yarn` and `node_modules` that are only used in electron on the backend when the application is built by the packager. Please use `npm` as dependencies manager.
46+
4547
If you want to generate Angular components with Angular-cli , you **MUST** install `@angular/cli` in npm global context.
4648
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed a previous version of `angular-cli`.
4749

0 commit comments

Comments
 (0)