I'm new to vue.js, and I'm trying to create a vue cli app, I already have vue, node and node-sass installed on my computer. But when I'm trying to create a cli app using node-sass like this:
vue create vue-cli-app
And when I have to pick a CSS pre-processor, I only have these options:
Sass/SCSS (with dart-sass)
Less
Stylus
node-sass isn't an option !
Any idea how to fix it ? Thanks !
I tried to restart VSCode, or my laptop and it didn't work !
I think you have to install it on your project to use it.
npm install -D sass-loader node-sass
More here: https://vue-loader.vuejs.org/guide/pre-processors.html#sass