From 7e3c642419f972215b0938c09e643b8869e8e4a9 Mon Sep 17 00:00:00 2001 From: Mathieu Ponton <mponton@grandlyon.com> Date: Thu, 2 Nov 2023 09:21:36 +0000 Subject: [PATCH] feat: added the command to add yarn to the PATH --- docs/ecolyo/technical/launch_local_application.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ecolyo/technical/launch_local_application.md b/docs/ecolyo/technical/launch_local_application.md index 8cca80a..36df445 100644 --- a/docs/ecolyo/technical/launch_local_application.md +++ b/docs/ecolyo/technical/launch_local_application.md @@ -148,7 +148,10 @@ cd scripts ``` !!! info "" -If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`. +If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin` by executing the following command: +```sh + export PATH="$PATH:`yarn global bin`" +``` You'll be prompted for a **cozysessid**, you can get it in the web console : in the `application` tab, look for the cookies and just copy the cozysessid value. -- GitLab