티스토리 뷰

vue로 todo 리스트 만들때, style 부분에 이렇게 지정해주고, 

<style lang="scss" scoped>
    h1{
        color: #2F3B52;
        font-weight: 900;
        margin: 2.5rem 0 1.5rem;
    }
    
</style>

 

npm run serve를 실행할 때, 오류가 떠서 이게 뭔가하고 찾아봤는데,  

sass-loader를 설치해주라는 내용이였다. 

 

 

node-sass는 잘 설치됐는데, sass-loader는 또다시 에러가 났다. 

이거보다 훨~~~~~~~씬 길게 알 수 없는 error 문구들이 나왔다. 그래서 다시 검색!! (검색 실력이 날로 느는 듯)

결국 찾아서 해결! 

출처 : https://stackoverflow.com/questions/65941009/npm-install-d-sass-loader-node-sass-vue-js-2021

 

npm install -D sass-loader node-sass Vue.js 2021

Hi issue is setting up SASS for Vue.js I run: Node.js - 15.7.0 Vue.js - @vue/cli 4.5.11 This is an error in the console I am having while running this command: npm install -D sass-loader node-sass ...

stackoverflow.com

나는 두 번째 해결책으로 해서 

더보기

npm install -D sass-loader@^10 sass

 

다행히 npm run serve가 잘 작동되었다. ^____^

'Vue' 카테고리의 다른 글

Vue error: The template requires child element vue/valid-template-root  (0) 2023.03.07
Vue + HighChart  (0) 2022.01.10
Vuex + Plotly.js Chart Import  (0) 2021.12.22
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함