개발 공부/React, React Redux

semantic UI 설치 실패 - Creating src/theme.config (LESS config) C:\Users\miladild\semantic\src\theme.config

느림보어른 2021. 6. 3. 15:25

발생과정

nvm을 설치하고 node.js를 다운그레이드 한 뒤 semantic UI를 설치했지만 Creating src/theme.config (LESS config) C:\Users\miladild\semantic\src\theme.config 단계에서 멈추고 더 이상 진행되지 않았다.

오류

node.js 특정 버전에서는 semantic UI를 설치할 수 없다.

해결법

node.js 버전을 특정 버전으로 다운그레이드해야 해결할 수 있었다.

처음 다운그레이드 한 버전은 10.24.1였고 이번에 다운그레이드 한 버전은 10.1.0이다.

해당 버전에서는 원활하게 semantic UI를 설치할 수 있었다.

출처

https://github.com/Semantic-Org/Semantic-UI/issues/6641

 

Installation stuck on Creating src/theme.config · Issue #6641 · Semantic-Org/Semantic-UI

Hello guys, I have tried to install semantic UI several times but It stucks at the following stage: Creating src/theme.config (LESS config) C:\Users\miladild\semantic\src\theme.config I have Unista...

github.com