We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4f91c commit d08d138Copy full SHA for d08d138
CONTRIBUTING.md
@@ -23,11 +23,11 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
23
In order to run the documentation locally, install the dependencies and run the development server:
24
25
```sh
26
-$ npm install
+$ npm install --legacy-peer-deps
27
$ npm start
28
```
29
30
-> **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.
31
32
---
33
0 commit comments