【报错】Deprecation Warning: Sass @import rules are deprecated and wil ...

打印 上一主题 下一主题

主题 965|帖子 965|积分 2895

今天拉了一个项目,装完依赖之后跑,有奇怪报错,然后卡住

主要报错
  1. @import "./dialog.scss";
  2.   │         ^^^^^^^^^^^^^^^
  3.   ╵
  4.     node_modules\element-ui\packages\theme-chalk\src\index.scss 3:9  @import
  5.     src\styles\element-variables.scss 1037:9                         root stylesheet
  6. Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
  7. Recommendation: math.div($--tooltip-arrow-size, 2) or calc($--tooltip-arrow-size / 2)
  8. More info and automated migrator: https://sass-lang.com/d/slash-div
复制代码
  1.    margin-right: #{$--tooltip-arrow-size / 2};
  2.    │                     ^^^^^^^^^^^^^^^^^^^^^^^^^
  3.    ╵
  4.     node_modules\element-ui\packages\theme-chalk\src\popper.scss 32:21         @content
  5.     node_modules\element-ui\packages\theme-chalk\src\mixins\mixins.scss 74:5   b()
  6.     node_modules\element-ui\packages\theme-chalk\src\popper.scss 4:1           @import
  7.     node_modules\element-ui\packages\theme-chalk\src\select-dropdown.scss 3:9  @import
  8.     node_modules\element-ui\packages\theme-chalk\src\select.scss 4:9           @import
  9.     node_modules\element-ui\packages\theme-chalk\src\pagination.scss 4:9       @import
  10.     node_modules\element-ui\packages\theme-chalk\src\index.scss 2:9            @import
  11.     src\styles\element-variables.scss 1037:9                                   root stylesheet
  12. Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
  13. Recommendation: math.div($--tooltip-arrow-size, 2) or calc($--tooltip-arrow-size / 2)
  14. More info and automated migrator: https://sass-lang.com/d/slash-div
复制代码
参考:
https://blog.csdn.net/weixin_68340504/article/details/144019029
sass版本过高
修改:
“sass”: “~1.32.8”,
然后重装

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

梦见你的名字

金牌会员
这个人很懒什么都没写!
快速回复 返回顶部 返回列表