prefere yarnpkg over yarn

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.

https://github.com/yarnpkg/yarn/issues/2337
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2017-05-05 18:13:30 +02:00 committed by Fernandez Ludovic
parent 2f6068decc
commit 5b2e8990f1

View file

@ -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: