From ae5b150051ab6249e57a3153b288e66e74d7bc7b Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 15 Jan 2020 10:36:31 +0100 Subject: [PATCH] doc: Catalina suggestion: remove /Library/Developer/CommandLineTools PR-URL: https://github.com/nodejs/node-gyp/pull/2022 Reviewed-By: Rod Vagg --- macOS_Catalina.md | 1 + 1 file changed, 1 insertion(+) diff --git a/macOS_Catalina.md b/macOS_Catalina.md index 530cbf25c3..9e83e2eabe 100644 --- a/macOS_Catalina.md +++ b/macOS_Catalina.md @@ -69,6 +69,7 @@ There are three ways to install the Xcode libraries `node-gyp` needs on macOS. P ### I did all that and the acid test still does not pass :-( 1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal. +2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password. 2. `xcode-select --install` 3. If the [_acid test_](#The-acid-test) still does _not_ pass then... 4. `npm explore npm -g -- npm install node-gyp@latest`