Using <style lang="scss"> in vue component gives error Using <style lang="scss"> in vue component gives error vue.js vue.js

Using <style lang="scss"> in vue component gives error


install these two plugins.

npm install --save node-sassnpm install --save sass-loader


So, the problem was with fiber and indentedSyntax. After removing those two, everything works as expected. I was getting lots of error related to scss like like

expected new line

in sass files inside node_modules. I don't know, why vuetify recommends to use fiber in sass loader.