From 052e4a2d3a3db94869b07b2e1f6238f578a723ca Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 7 Oct 2021 15:34:09 +0200 Subject: [PATCH] Installation instructions --- Docs/Development_deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index 659ecc5d0..2bf304508 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -28,6 +28,7 @@ To develop and build MapComplete, you 0. Make a fork and clone the repository. 0. Install the nodejs version specified in [.tool-versions](./.tool-versions) + - On linux: install npm first `sudo apt install npm`, then install `n` using npm: ` npm install -g n`, which can then install node with `n install ` - You can [use asdf to manage your runtime versions](https://asdf-vm.com/). 0. Install `npm`. Linux: `sudo apt install npm` (or your favourite package manager), Windows: install nodeJS: https://nodejs.org/en/download/