gogogo
管理员
管理员
  • UID25
  • 粉丝0
  • 关注0
  • 发帖数1377
阅读:1925回复:0

Node Sass version 7.0.1 is incompatible with ^4.0.0

楼主#
更多 发布于:2022-03-30 17:36
problem
使用 create-react-app 构建前端工程
想要使用sass,安装好 npm install node-sass --save

启动服务报错:
Node Sass version 7.0.1 is incompatible with ^4.0.0
看错误是不兼容导致的


solution
npm uninstall node-sass

npm i -D sass

npm run start
游客


返回顶部