From 46a0c95a1a2b17ea60883419535fca91e8314db6 Mon Sep 17 00:00:00 2001 From: gcarron <gcarron@grandlyon.com> Date: Thu, 24 Dec 2020 11:20:16 +0100 Subject: [PATCH] Change nodejs link --- .../getting_started/setup_your_environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pilote/Pilote - TS - Back/getting_started/setup_your_environment.md b/docs/pilote/Pilote - TS - Back/getting_started/setup_your_environment.md index 692a3e5..4e11ae1 100644 --- a/docs/pilote/Pilote - TS - Back/getting_started/setup_your_environment.md +++ b/docs/pilote/Pilote - TS - Back/getting_started/setup_your_environment.md @@ -38,8 +38,8 @@ Installation for Git can be found here: [Installation of Git](https://git-scm.co ## Node !!! warning "Version 12" - For now please install node v12, any later version will cause side effects on sass modules! - Download [node-v12](https://nodejs.org/dist/latest-v12.x/node-v12.19.0-x64.msi) +For now please install node v12, any later version will cause side effects on sass modules! +Download [node-v12](https://nodejs.org/download/release/v12.19.0/node-v12.19.0-x64.msi) Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine. -- GitLab