gyp verb find Python - executing "py.exe" to get Python executable pathgyp verb find Python - "py.exe" is not in PATH or produced an errorgyp ERR! find Pythongyp ERR! find Python Python is not set from command line or npm configurationgyp ERR! find Python checking Python explicitly set from environment variable PYTHONgyp ERR! find Python - process.env.PYTHON is "C:Usersqun.windows-build-toolspython27"gyp ERR! find Python - "C:Usersqun.windows-build-toolspython27" is not in PATH or produced an errorgyp ERR! find Python checking if "python3" can be usedgyp ERR! find Python - "python3" is not in PATH or produced an errorgyp ERR! find Python checking if "python" can be usedgyp ERR! find Python - "python" is not in PATH or produced an errorgyp ERR! find Python checking if "python2" can be usedgyp ERR! find Python - "python2" is not in PATH or produced an errorgyp ERR! find Python checking if Python is C:Python37python.exegyp ERR! find Python - "C:Python37python.exe" could not be rungyp ERR! find Python checking if Python is C:Python27python.exegyp ERR! find Python - "C:Python27python.exe" could not be rungyp ERR! find Python checking if the py launcher can be used to find Pythongyp ERR! find Python - "py.exe" is not in PATH or produced an errorgyp ERR! find Pythongyp ERR! find Python **********************************************************gyp ERR! find Python You need to install the latest version of Python.gyp ERR! find Python Node-gyp should be able to find and use Python、If not,gyp ERR! find Python you can try one of the following options:gyp ERR! find Python - Use the switch --python="C:PathTopython.exe"gyp ERR! find Python (accepted by both node-gyp and npm)gyp ERR! find Python - Set the environment variable PYTHONgyp ERR! find Python - Set the npm configuration variable python:gyp ERR! find Python npm config set python "C:PathTopython.exe"gyp ERR! find Python For more information consult the documentation at:gyp ERR! find Python https://github.com/nodejs/node-gyp#installationgyp ERR! find Python **********************************************************gyp ERR! find Pythongyp ERR! configure errorgyp ERR! stack Error: Could not find any Python installation to usegyp ERR! stack at PythonFinder.fail (D:MavenProjectrenren-fast-vuenode_modulesnode-gyplibfind-python.js:302:47)gyp ERR! stack at PythonFinder.runChecks (D:MavenProjectrenren-fast-vuenode_modulesnode-gyplibfind-python.js:136:21)gyp ERR! stack at PythonFinder、(D:MavenProjectrenren-fast-vuenode_modulesnode-gyplibfind-python.js:200:18)gyp ERR! stack at PythonFinder.execFileCallback (D:MavenProjectrenren-fast-vuenode_modulesnode-gyplibfind-python.js:266:16)gyp ERR! stack at exithandler (child_process.js:296:5)gyp ERR! stack at ChildProcess.errorhandler (child_process.js:308:5)gyp ERR! stack at ChildProcess.emit (events.js:182:13)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:238:12)gyp ERR! stack at onErrorNT (internal/child_process.js:407:16)gyp ERR! stack at process._tickCallback (internal/process/next_tick.js:63:19)gyp ERR! System Windows_NT 6.3.9600gyp ERR! command "D:\JAVAWEB\Nodejs\node.exe" "D:\MavenProject\renren-fast-vue\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="gyp ERR! cwd D:MavenProjectrenren-fast-vuenode_modulesnode-sassgyp ERR! node -v v10.14.0gyp ERR! node-gyp -v v7.1.2gyp ERR! not okBuild failed with error code: 1npm WARN optional SKIPPING OPTIonAL DEPENDENCY: fsevents@1.2.9 (node_modulesfsevents):npm WARN notsup SKIPPING OPTIonAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@6.0.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the node-sass@6.0.1 postinstall script.npm ERR! This is probably not a problem with npm、There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! C:UsersqunAppDataRoamingnpm-cache_logs2022-02-13T06_12_36_366Z-debug.log
解决方案:
1、管理员权限打开cmd,在项目目录下执行:npm install --global --production windows-build-tools
安装成功会在C:Users**(电脑用户名) 目录下创建.windows-build-tools文件夹
2、必须配置环境变量,将C:Users**.windows-build-toolspython27地址添加到path中
3、重启VSCode或者cmd窗口,我当时打开了2个VSCode窗口,只重启了一个,结果环境变量地址没有生效,又折腾了好久,一定要把所有VSCode窗口关闭重启。
也可以在python官网下载安装,还是要配置环境变量
在npm install安装期间,电脑又提示了安装.net framework4.8
参考资源:https://blog.csdn.net/levi_work/article/details/119863518
https://blog.csdn.net/qq_42886417/article/details/103123659