然后,继续安装或重新构建node-sass。 总结 总之,当在使用Node.js的Sass扩展库时遇到gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED错误时,我们可以通过更新Python版本、使用nvm切换Node.js版本或指定Python路径来解决问题。确保你的Python版本与所使用的node-sass版本兼容是解决这个问题的关键。 希...
从日志中我能够检测到问题出在内部依赖关系上,即 node-sass v3.8.0中的 node-gypv3.5.0,当我通过访问这个关于 node-gyp 进行研究并发现需要安装 Python 的先决条件时. 所以我的问题是,我可以安装什么版本的 node-sass 来绕过它,或者是否有更好的解决方案,因为直到今天早上我的构建在同一环境中运行良好。 节点...
gyp verb could not find "python". guessing location gyp verb ensuring that file exists: C:\Python27\python.exe gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYT HON env variable. gyp ERR! stack at PythonFinder.failNoPython (E:\...
stack Error: Can't find Python executable "python", you can set the PYT HON env variable. gyp ERR! stack at PythonFinder.failNoPython (E:\souhu1\node_modules\node-gyp \lib\configure.js:484:19) gyp ERR! stack at PythonFinder.<anonymous> (E:\souhu1\node_modules\node-gyp\ lib\confi...
error E:\works\store-guide-manage-react\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: E:\works\store-guide-manage-react\node_modules\node-sass Output: Building: D:\Program Files\node.exe E:\works\store-guide-manage-react\node_mod...
gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "C:\Users\myh\AppData\Local\Programs\Python\Python36\python.EXE", you can set the PYTHON env variable. 哈哈,这下知道了,也就是说我本地没有Python环境变量,卧槽,这个node-sass是依赖python写的吗?
ERR! find VSfind VS - not found not looking for VS2013 as it is only supported up to Node.js 8 gyp ERR!gyp ERR!find VS find VS not looking for VS2013 as it is only supported up to Node.js 8 gyp gypERR! ERR!find VS gypfind VS *** gypERR! ...
gyp ERR! Try to update node-gyp and file an Issue if it does not help 分析 归根结底,就是因为办公网络被限制访问外网导致。 毕竟升级了 angular 大版本,随之而来的一些依赖库也需要跟着升级,这无可厚非,可以理解,所以当让我也升级 node-sass 时,我没啥反感。
所以这个前提是需要安装python的? PS F:\git\clouddisk> npm install node-sass --save node-sass@5.0.0 install F:\git\clouddisk\node_modules\node-sass node scripts/install.js Downloading binary fromhttps://github.com/sass/node-sass/releases/download/v5.0.0/win32-x64-83_binding.node ...
node-sass 踩坑记录 一、问题描述 笔者node 版本为20.12.1,需要安装的node-sass版本为9.0.0。 笔者对前端工程执行 npm install指令时,在 npm install node-sass处发生了错误。错误如下: 935errorgypverbbuilddirattemptingtocreate"build"dir:D:\work\irp\irp-frontend\node_modules\node-sass\build935errorgypverb...