Skip to content

Commit

Permalink
prefere yarnpkg over yarn
Browse files Browse the repository at this point in the history
to avoid conflict with Hadoop Yarn cli.

I don’t know the best practice, but i do
have Apache Yarn installed on my machine, so
I get this conflict. Of course this conflict does
not arised when building within the docker.

yarnpkg/yarn#2337
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet authored and ldez committed May 10, 2017
1 parent 2f6068d commit 5b2e899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webui/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ make generate-webui # Generate static contents in `traefik/static/` folder.

- prerequisite: [Node 4+](https://nodejs.org) [yarn](https://yarnpkg.com/)

Note: In case of conflict with the Apache Hadoop Yarn Command Line Interface, use the `yarnpkg`
alias.

- Go to the directory `webui`

- To install dependencies, execute the following commands:
Expand Down

0 comments on commit 5b2e899

Please sign in to comment.