Drop down the code and install the dependency. Finally, error: can’t find Python executable “Python”, you can set the python env variable
report errors:
Solution:
Input: npm install --global --production windows-build-tools
but report another error: Please restart this script from an administrative PowerShell!
The build tools cannot be installed without administrative rights.
To fix, right-click on PowerShell and run “as Administrator”
Solution:
Run cmd as administrator and type the above command again
Done!
Similar Posts:
- [Solved] Node.js: Python not found exception due to node-sass and node-gyp
- [Solved] Msbuild Error: error msb3428: Cannot Load the C + + Group “vcbuild. Exe”
- [Solved] yarn Install Module Error:check python checking for Python executable “python2” in the PATH
- [Node] Error: gyp verb check python checking for Python executable “python2” in the PATH
- error MSB8020: The build tools for v120 (Platform Toolset = ‘v120’) cannot be found. To build using
- Error 25028 when virtual machine is installed again
- How to Solve MSB8020 The build tools for v141 (Platform Toolset = ‘v141‘) cannot be found. To build using the
- [Solved] Could not find com.android.tools.build:aapt2:3.2.1-4818971.
- Solve the problem of low version of Android SDK build tools
- Debian pip3 ImportError: cannot import name ‘IncompleteRead’ [How to Solve]