First remove node-sass:
yarn remove node-sass
If you use npm:
npm uninstall node-sass
Then install sass instead of node-sass:
yarn add -D sass
or
npm i -D sass
Finally your SCSS and Sass files will be correctly compiled!
'Programming > Vue-tip' 카테고리의 다른 글
[vue/typescirpt] Cannot resolve definitions for module 'xxx' (0) | 2020.10.21 |
---|---|
Vue Class Component / router event 처리 (0) | 2020.09.04 |
[error] Could not find a declaration file for module 'vuetify/lib' (0) | 2020.03.28 |
zsh: command not found: vue (0) | 2020.01.07 |
vue i18n 사용하기 (0) | 2019.12.10 |