Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 63ba863

Browse files
committed
Clarifying Node versions
Clarifying that the versions of Node must be between 8.9 and 9. Anything equal to 9 or higher will cause the composer libraries to fail to install. Signed-off-by: doowb <brian.woodward@gmail.com>
1 parent 3f60add commit 63ba863

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/composer-website/jekylldocs/installing/installing-prereqs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following are prerequisites for installing the required development tools:
2424
- Operating Systems: Ubuntu Linux 14.04 / 16.04 LTS (both 64-bit), or Mac OS 10.12
2525
- Docker Engine: Version 17.03 or higher
2626
- Docker-Compose: Version 1.8 or higher
27-
- Node: 8.9 or higher (note version 9 is not supported)
27+
- Node: 8.9 or higher (note version 9 and higher is not supported)
2828
- npm: v5.x
2929
- git: 2.9.x or higher
3030
- Python: 2.7.x
@@ -110,16 +110,16 @@ nvm —-version
110110

111111
## Install Node
112112

113-
Install the latest (long term support) version of Node:
113+
Install Node: 8.9 or higher (note version 9 and higher is not supported)
114114

115115
```
116-
nvm install --lts
116+
nvm install v8
117117
```
118118

119-
Switch to the LTS version of Node:
119+
Switch to the latest version 8 of Node:
120120

121121
```
122-
nvm use --lts
122+
nvm use 8
123123
```
124124

125125
Check that Node is installed:

0 commit comments

Comments
 (0)