gyp ERR! stack Error: Can‘t find Python executable “python“, you can set the PYTHON env variable.

前言

在进行前后端分离式开发的过程中,在搭建后台的管理界面时使用vue.js框架的时候,我们进行不会从零开始,一般会导入现成的模板,基于模板上进行修改和创新。开发时一般先打打开模板项目,在输入指令加载依赖即可将环境搭建成功,但是有可能不会一帆风顺。

问题描述

gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (D:\toolkit\node-v14.21.3-win-x64\node_modules\node-sass\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (D:\toolkit\node-v14.21.3-win-x64\node_modules\node-sass\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack     at callback (D:\toolkit\node-v14.21.3-win-x64\node_modules\node-sass\node_modules\graceful-fs\polyfills.js:306:20)
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:192:21)
gyp ERR! System Windows_NT 10.0.19045
gyp ERR! command "D:\\toolkit\\node-v14.21.3-win-x64\\node.exe" "D:\\toolkit\\node-v14.21.3-win-x64\\node_modules\\node-sass\\node_modules\\node-gyp\\bin\\node-gyp.
js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd D:\toolkit\node-v14.21.3-win-x64\node_modules\node-sass
gyp ERR! node -v v14.21.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1

分析原因

产生这种问题大概率是因为当前系统的环境安装有问题,可能node-sass版本有冲突和缺少基础环境配置。

解决方案

一、npm install --global --production windows-build-too
安装基本的系统运行所需环境
二、npm uninstall node-sass
卸载之前有冲突的node-sass版本、
三、 npm install sass -i
重新安装
四、npm install
下载项目系统所需的依赖
五、npm run dev
运行项目检验

  • 7
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

发飙的恒星

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值