Hello guys I have installed Sass-loader in my vueJs project but I get this error
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
TypeError: this.getOptions is not a function
at Object.loader (/home/etali/Programmation/Web/VueJs/twotter-vueJs/node_modules/sass-loader/dist/index.js:25:24)
When I wanted to use scss in my components.
I'm using @vue/cli 4.5.13 the version of sass-loader is 12.1.0
thank you