Skip to content

Commit d08d138

Browse files
authored
docs: update dev workflow instructions (#2848)
1 parent cb4f91c commit d08d138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Thanks for your interest in contributing to Ionic's documentation! :tada: Check
2323
In order to run the documentation locally, install the dependencies and run the development server:
2424

2525
```sh
26-
$ npm install
26+
$ npm install --legacy-peer-deps
2727
$ npm start
2828
```
2929

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

0 commit comments

Comments
 (0)