Skip to content

Commit

Permalink
Warning about yarn usage in README. (allegro#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan authored May 11, 2018
1 parent 4884754 commit e833e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ this is how Turnilo emerged.

* [Node.js](https://nodejs.org/) - LTS version.

:warning:
Do not use `yarn` command for dependency managment and project build, use `npm` instead.
With `npm` builds are reproducible (thanks to package-lock.json) and even faster than with `yarn`.

## Usage

Install Turnilo distribution using [npm](https://www.npmjs.com/).
Expand Down

0 comments on commit e833e4e

Please sign in to comment.