Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
In order to run the documentation locally, install the dependencies and run the development server:

```sh
$ npm install
$ npm install --legacy-peer-deps
$ npm start
```

> **Note**: recent versions of npm (5+) and Node.js (10+) are required to run certain scripts.
> **Note**: certain versions of npm (5-8) and Node.js (10-16) are required to run certain scripts.

---

Expand Down