aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-30 00:47:18 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-30 00:47:18 +0100
commit12149b8fa714fed991bb5fade205e7156fea312d (patch)
tree55c86b300abf45b81c664256a8eeb7adb775583f /README.md
parent#515 Run utility scripts pre-commit instead of pre-push (diff)
downloadferdium-app-12149b8fa714fed991bb5fade205e7156fea312d.tar.gz
ferdium-app-12149b8fa714fed991bb5fade205e7156fea312d.tar.zst
ferdium-app-12149b8fa714fed991bb5fade205e7156fea312d.zip
#514 Document 'gyp: No Xcode or CLT version' error
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