aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9cd366a5..792c5bb63 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,7 @@ Run the following command to install all dependencies, and link sibling modules
227$ npx lerna bootstrap 227$ npx lerna bootstrap
228``` 228```
229 229
230If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`. 230If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`. If you encounter the `gyp: No Xcode or CLT version` error on macOS at this step, please have a look [here](https://medium.com/flawless-app-stories/gyp-no-xcode-or-clt-version-detected-macos-catalina-anansewaa-38b536389e8d).
231 231
232### Fix native modules to match current electron node version 232### Fix native modules to match current electron node version
233 233