Skip to content

Commit

Permalink
fix/ remove yarn because of error with module dep in prod builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Jun 10, 2017
1 parent 18c0e62 commit 8a49a45
Show file tree
Hide file tree
Showing 4 changed files with 7,125 additions and 5,840 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ Clone this repository locally :
git clone https://github.com/maximegris/angular-electron.git
```

Install dependencies with your favorite dependencies manager (npm or yarn) :
Install dependencies with npm :

``` bash
npm install
```

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.

If you want to generate Angular components with Angular-cli , you **MUST** install `@angular/cli` in npm global context.
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed a previous version of `angular-cli`.

Expand Down
Loading

0 comments on commit 8a49a45

Please sign in to comment.