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`.
44
44
45
45
### On Windows
46
46
47
47
Install the current version of Python from the [Microsoft Store package](https://docs.python.org/3/using/windows.html#the-microsoft-store-package).
48
48
49
-
#### Option 1
50
-
51
-
Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com./felixrieseberg/windows-build-tools) using `npm install --global windows-build-tools` from an elevated PowerShell or CMD.exe (run as Administrator).
52
-
53
-
#### Option 2
54
-
55
49
Install tools and configuration manually:
56
50
* Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
57
51
(using "Visual C++ build tools" workload) or [Visual Studio 2017 Community](https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community)
@@ -64,8 +58,8 @@ Install tools and configuration manually:
64
58
65
59
### Configuring Python Dependency
66
60
67
-
`node-gyp` requires that you have installed a compatible version of Python, one of: v2.7, v3.5, v3.6,
68
-
v3.7, or v3.8. If you have multiple Python versions installed, you can identify which Python
61
+
`node-gyp` requires that you have installed a compatible version of Python, one of: v3.5, v3.6,
62
+
v3.7, v3.8, or v3.9. If you have multiple Python versions installed, you can identify which Python
69
63
version `node-gyp` should use in one of the following ways:
70
64
71
65
1. by setting the `--python` command-line option, e.g.:
0 commit comments