gyp verb check python checking for Python executable “python2” in the PATH
Lack of Python 2.7 support, you can quickly use the following statement to complete the installation
npm install –global –production windows-build-tools
Python will be automatically downloaded at that time
If the timeout error is reported, please check the proxy settings as follows
nmp config set proxy http://1.1.1.1
nmp config set https-proxy http://1.1.1.1
This problem is encountered during NPM install, and the method is effective.