youlaitech / vue3-element-admin

🔥基于 vue3 + vite5 + typescript + element-plus 构建的后台管理前端模板(配套后端源码),vue-element-admin 的 vue3 版本。
https://vue3.youlai.tech
MIT License
1.49k stars 387 forks source link

启动或热更新项目时一直报警告 #169

Closed gsy445566 closed 1 month ago

gsy445566 commented 2 months ago

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. image

gsy445566 commented 2 months ago

已经解决,需要下载的sass 版本是1.78.0 ,拉下来的sass版本号之锁定了大版本,所以我默认下载的是 1.79 ,需要锁死sass 的版本

ghost commented 2 months ago

这应该是vite自动配置sass使用旧api出现的警告 https://github.com/vitejs/vite/issues/18164