Skip to content

Commit

Permalink
Update index.md (#4714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobia Di Pisa authored Jan 14, 2020
1 parent 6b1f2b5 commit 8485bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Clone the repository with the --recursive option to automatically clone submodul
git clone --recursive https://github.com/geosolutions-it/MapStore2.git
```

If needed, install NodeJS >= 7.10.0 from [here](https://nodejs.org/en/download/releases/), then update npm to 3.x, using:
If needed, install NodeJS version >= 8 from [here](https://nodejs.org/en/download/releases/), then update npm to version >= 5, using:

```
npm install -g npm@3
npm install -g npm
```

Start the demo locally:
Expand Down

0 comments on commit 8485bb2

Please sign in to comment.