From 5b2e8990f1672f89664f74c48083aada329da3ca Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Fri, 5 May 2017 18:13:30 +0200 Subject: [PATCH] prefere yarnpkg over yarn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- webui/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui/readme.md b/webui/readme.md index a99308173..0f76e1980 100644 --- a/webui/readme.md +++ b/webui/readme.md @@ -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: