alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js
MIT License
358 stars 160 forks source link

Syntax Error: SassError: Undefined function. #128

Closed a1phaboy closed 1 year ago

a1phaboy commented 1 year ago

error in ./node_modules/laravel-file-manager/src/components/modals/views/AudioPlayerModal.vue?vue&type=style&index=0&id=21a030da&lang=scss&

Syntax Error: SassError: Undefined function. ╷ 27 │ $embed-padding: (math.div(100, 16) * 9); │ ^^^^^^^^^^^^^^^^^ ╵ node_modules/plyr/src/sass/types/video.scss 27:18 @import node_modules/plyr/src/sass/plyr.scss 41:9 @import

Did I miss anything

a1phaboy commented 1 year ago

I found a solution that update sass to 1.33.0, but now errors still appear, they bacome : ERROR Failed to compile with 2 errors 13:34:41

These dependencies were not found:

a1phaboy commented 1 year ago

my project is based on vue2, and I change version, problem disappear ,details:👇 https://github.com/alexusmai/vue-laravel-file-manager/issues/114#issuecomment-1108146193