相关文章推荐
淡定的柠檬  ·  向 Power BI ...·  2 月前    · 
鬼畜的大象  ·  -Diff (devenv.exe) - ...·  2 年前    · 
直爽的墨镜  ·  react TreeSelect ...·  2 年前    · 
安静的小摩托  ·  reactjs - React unit ...·  2 年前    · 

Error: Can't find Python executable "python", you can set the PYTHON env variable. Build failed with error code: 1 npm WARN vue-loader@15.9.3 requires a peer of css-loader@* but none is installed. You must install peer dependencies yourself.

安装包时 npm i 时一直报错 然后直接npm i node-sass还是报错
最后发现是因为 node-sass 被墙掉了,导致下载不了

使用 npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 这个命令,终于解决这个错误

  • 一份不可多得的 TS 学习指南(1.8W字)
  • 基于 ChatGPT 和 React 搭建 JSON 转 TS 的 Web 应用
  • 三面面试官:运行 npm run xxx 的时候发生了什么?
  • 字节跳动最爱考的前端面试题:JavaScript 基础
  • 浅谈:为啥vue和react都选择了Hooks🏂?
  •