From b3a64c5bde453be11ec507848b3c359a9c0e9711 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 23 Mar 2021 17:51:03 +0100 Subject: [PATCH] chore(docs): mentioning minimum node version (#1292) Co-authored-by: Maximilian --- packages/docs/src/docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/docs/src/docs/installation.md b/packages/docs/src/docs/installation.md index 2b5f3587f..be1cc19b8 100644 --- a/packages/docs/src/docs/installation.md +++ b/packages/docs/src/docs/installation.md @@ -11,7 +11,9 @@ eleventyNavigation: ## Step 1: Install requirements -Make sure you have [Node.js](https://nodejs.org/en/download/) installed before setting up Pattern Lab. +Make sure you have [Node.js](https://nodejs.org/en/download/) installed before setting up Pattern Lab, e.g. by checking for the node version: `node -v` + +Please make sure to have at minimum version node 7 installed, but even better at least the node version that's being mentioned in [.nvmrc](https://github.com/pattern-lab/patternlab-node/blob/dev/); [Node version manager](https://github.com/nvm-sh/nvm) might be a good option if you can't update. ## Step 2: Run the create Pattern Lab command