node-sass安装失败 解决办法

接手vue项目按照README 操作报错:

部分错误代码:

gyp verb `which` failed     '    at getNotFoundError (C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\which\\which.js:13:12)\n' +
gyp verb `which` failed     '    at F (C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\which\\which.js:68:19)\n' +
gyp verb `which` failed     '    at E (C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\which\\which.js:80:29)\n' +
gyp verb `which` failed     '    at C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\which\\which.js:89:16\n' +
gyp verb `which` failed     '    at C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\isexe\\index.js:42:5\n' +
gyp verb `which` failed     '    at C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\isexe\\windows.js:36:5\n' +
gyp verb `which` failed     '    at FSReqCallback.oncomplete (fs.js:158:21)',
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb could not find "python". checking python launcher
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 PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\ayixidelu\Desktop\kline\HQChart-master\vue.demo\bitdemo\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\ayixidelu\Desktop\kline\HQChart-master\vue.demo\bitdemo\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack     at C:\Users\ayixidelu\Desktop\kline\HQChart-master\vue.demo\bitdemo\node_modules\graceful-fs\polyfills.js:282:31
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:158:21)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "D:\\Program Files\\nodejs\\node.exe" "C:\\Users\\ayixidelu\\Desktop\\kline\\HQChart-master\\vue.demo\\bitdemo\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="

原因:windows平台缺少编译环境

解决方式:

npm install -g node-gyp

删除之前安装失败的包

npm uninstall node-sass

重新安装

npm install node-sass

在这里插入图片描述
在这里插入图片描述
搞定
启动成功

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值