You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`.
43
43
* If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).
@@ -65,7 +65,7 @@ Install tools and configuration manually:
65
65
### Configuring Python Dependency
66
66
67
67
`node-gyp` requires that you have installed a compatible version of Python, one of: v2.7, v3.5, v3.6,
68
-
or v3.7. If you have multiple Python versions installed, you can identify which Python
68
+
v3.7, or v3.8. If you have multiple Python versions installed, you can identify which Python
69
69
version `node-gyp` should use in one of the following ways:
70
70
71
71
1. by setting the `--python` command-line option, e.g.:
0 commit comments