Skip to content

Commit b3a64c5

Browse files
mfranzkeMaximilian
andauthored
chore(docs): mentioning minimum node version (#1292)
Co-authored-by: Maximilian <mfr@nzke.net>
1 parent 0c7af7c commit b3a64c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/docs/src/docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ eleventyNavigation:
1111

1212
## Step 1: Install requirements
1313

14-
Make sure you have [Node.js](https://nodejs.org/en/download/) installed before setting up Pattern Lab.
14+
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`
15+
16+
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.
1517

1618
## Step 2: Run the create Pattern Lab command
1719

0 commit comments

Comments
 (0)