安装node-sass是不是要先安装python呀,命令行提示我要 装这个

来源:3-3 使用 Loader 打包静态资源(样式篇 - 上)

qq_流年_170

2020-01-27

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\hu_cx\Desktop\webpack_test\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack at PythonFinder. (C:\Users\hu_cx\Desktop\webpack_test\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack at callback (C:\Users\hu_cx\Desktop\webpack_test\node_modules\graceful-fs\polyfills.js:295:20)
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:154:21)
gyp ERR! System Windows_NT 10.0.18362
gyp ERR! command “D:\Program Files\nodejs\node.exe” “C:\Users\hu_cx\Desktop\webpack_test\node_modules\node-gyp\bin\node-gyp.js” “rebuild” “–verbose” “–libsass_ext=” “–libsass_cflags=” “–libsass_ldflags=” "–libsass_library="
gyp ERR! cwd C:\Users\hu_cx\Desktop\webpack_test\node_modules\node-sass
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok

写回答

2回答

Dell

2020-01-27

你换cnpm,重新装依赖

0
2
qq_流年_170
回复
Dell
我排查了下估计是我使用的node版本的问题,对应的node-sass不兼容,我指定4.13.0就可以了。谢谢老师
2020-01-28
共2条回复

呀呀呀亚歌

2020-05-05

有点问题(思考

试了一圈,还是cnpm吧

npm install -g cnpm --registry=https://registry.npm.taobao.org

cnpm install -D node-sass

0
0

从基础到实战 手把手带你掌握新版Webpack4.0

知识点+项目实例+原理讲解 全方位解析Webpack4新版本

3627 学习 · 1291 问题

查看课程