梦见你的名字 发表于 2025-1-24 07:59:40

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

今天拉了一个项目,装完依赖之后跑,有奇怪报错,然后卡住
https://i-blog.csdnimg.cn/direct/a4fd3f181829417e8e48d311c064775d.png
主要报错
@import "./dialog.scss";
│         ^^^^^^^^^^^^^^^

    node_modules\element-ui\packages\theme-chalk\src\index.scss 3:9@import
    src\styles\element-variables.scss 1037:9                         root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($--tooltip-arrow-size, 2) or calc($--tooltip-arrow-size / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div
   margin-right: #{$--tooltip-arrow-size / 2};
   │                     ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    node_modules\element-ui\packages\theme-chalk\src\popper.scss 32:21         @content
    node_modules\element-ui\packages\theme-chalk\src\mixins\mixins.scss 74:5   b()
    node_modules\element-ui\packages\theme-chalk\src\popper.scss 4:1         @import
    node_modules\element-ui\packages\theme-chalk\src\select-dropdown.scss 3:9@import
    node_modules\element-ui\packages\theme-chalk\src\select.scss 4:9         @import
    node_modules\element-ui\packages\theme-chalk\src\pagination.scss 4:9       @import
    node_modules\element-ui\packages\theme-chalk\src\index.scss 2:9            @import
    src\styles\element-variables.scss 1037:9                                 root stylesheet

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($--tooltip-arrow-size, 2) or calc($--tooltip-arrow-size / 2)

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企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: 【报错】Deprecation Warning: Sass @import rules are deprecated and wil