总之,当在使用Node.js的Sass扩展库时遇到gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED错误时,我们可以通过更新Python版本、使用nvm切换Node.js版本或指定Python路径来解决问题。确保你的Python版本与所使用的node-sass版本兼容是解决这个问题的关键。 希望本文提供的解决方法能够帮助你解决Python版本...
在package.json文件中,将 "node-sass" 的版本从 "4.9.3" 更改为 "4.13.0",然后执行 "npm install",这通常可以解决 "npm ERR! gyp ERR! not ok" 的错误。
not oknode-pre-gypERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /Users/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/Desktop/template/vuedemo/node_modules/fsevents/lib/binding/Release/node-v83-darwin-x64/fse....
方案1:卸载node,安装对应版本 方案2:修改sass版本 修改sass版本,有可能导致其他依赖包出错,所以还是重...
一、问题描述: npm install 报错 ERR! gyp ERR! cwd D:\workspace\node_modules\node-sass npm ERR! gyp verb `which` failed Error: not found: python2 二、可能原因 nodejs与
node-gyp -v v3.8.0 gyp ERR! not ok I installed node-sass globally using below command npm i -g node-sass and it installed node-sass version 4.13.0 So i changed the node-sass version from “node-sass”: “4.9.3”, to “node-sass”: “4.13.0”, ...
因为因为网络原因导致的node-modules的部分文件缺失,在npm install 时报错如下: 但此时有node-modules,启动项目会报:Error: Cannot find module 'node-sass' 解决方法如下: 1. npm install -g cnpm --registry=https://registry.npm.taobao.org 2. cnpm install node-sass@版本 ...
卸载node-sass ,安装 sass,项目全局搜索 /deep/ , 把 /deep/ 替换为 ::v-deep。 1.卸载 node-sass:npm uninstall node-sass 2.安装 sass:npm install sass --save-dev 3.npm install 4.全局搜索替换:/deep/ 替换为 ::v-deep ——— 版权声明:本文为CSDN博主「程序媛...
从日志中我能够检测到问题出在内部依赖关系上,即 node-sass v3.8.0中的 node-gypv3.5.0,当我通过访问这个关于 node-gyp 进行研究并发现需要安装 Python 的先决条件时. 所以我的问题是,我可以安装什么版本的 node-sass 来绕过它,或者是否有更好的解决方案,因为直到今天早上我的构建在同一环境中运行良好。
node-gyp -v v3.8.0 gyp ERR! not ok > core-js@3.6.4 postinstall /usr/src/app/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project...