From 0c9bfce791725af25b6cde2b0e67a2c36e21018b Mon Sep 17 00:00:00 2001 From: Joan Gil Date: Tue, 5 Sep 2023 17:52:49 +0200 Subject: [PATCH] Added note in contribution guide explaining how to use yarn on a windows machine This solves the issue https://github.com/web-ridge/react-native-paper-dates/issues/314 --- docusaurus/docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus/docs/contributing.md b/docusaurus/docs/contributing.md index 16ef8bfb..ce8cb755 100644 --- a/docusaurus/docs/contributing.md +++ b/docusaurus/docs/contributing.md @@ -8,6 +8,8 @@ We want this community to be friendly and respectful to each other. Please follo ## Development workflow +> **Working on a Windows machine?** Before executing any of the commands below, please make sure to comment out the line: `yarn-path "scripts/bootstrap.js"` in the `.yarnrc` file located at the project's root. + To get started with the project, run `yarn bootstrap` in the root directory to install the required dependencies for each package: ```sh