Skip to content

Commit f2e3633

Browse files
authored
docs: add install instructions to contibution guide (#2621)
1 parent cf40145 commit f2e3633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ In general, we follow the "fork-and-pull" Git workflow.
88
1. [Fork](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project) the repository on GitHub
99
2. Clone the project to your local machine
1010
3. Work on your fork
11+
* Install the project using `npm install --legacy-peer-deps` (see [issue](https://github.com/validatorjs/validator.js/issues/2123))
1112
* Make your changes and additions
1213
- Most of your changes should be focused on src/ and test/ folders and/or [README.md](https://github.com/validatorjs/validator.js/blob/master/README.md).
1314
- Files such as validator.js, validator.min.js and files in lib/ folder are autogenerated when running tests (npm test) and need not to be changed **manually**.

0 commit comments

Comments
 (0)