개발 공부30 semantic UI 설치 실패 - Creating src/theme.config (LESS config) C:\Users\miladild\semantic\src\theme.config 발생과정 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.. 2021. 6. 3. ReferenceError: primordials is not defined 발생 과정 토이 프로젝트인 Drello의 UI를 개선하기 위해 Semantic UI를 이용하기로 했다. Semantic UI를 설치하는 과정에서 ReferenceError: primordials is not defined 오류가 발생했다. 명령어 npm install semantic-ui --save 오류 해당 오류는 node.js의 버젼이 Semantic UI를 허용하지 않기 때문에 발생했다. 따라서 node.js의 버젼을 다운그레이드해야 해결된다. 해결법 나는 nvm window를 설치하여 다른 버젼 node.js를 설치하여 사용할 수 있게 했다. 본래 내가 사용하는 버젼은 v14이고 다운그레이드한 버젼은 v10이다. 출처 https://github.com/coreybutler/nvm-windows .. 2021. 6. 3. 오류 - models.W042 발생과정 갑자기 Django의 개발 서버를 실행할 때 해당 이슈가 발생했다. 다만, 서버가 실행은 정상적으로 작동했다. 오류 System check identified 2 issues (0 silenced). May 31, 2021 - 15:36:33 Django version 3.2.3, using settings 'config.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. E:\project\todolist_renewal\config\settings.py changed, reloading. Watching for file changes with StatReloader Perf.. 2021. 5. 31. error - Newer Commits on Remote 발생 과정 토이 프로젝트 파일 변경사항을 GitHub Desktop을 통해 GitHub에 fetch 하려고 했지만 오류가 발생했다. 해결 GitHub Desktop 상단에 Repository 항목에서 Open in Command Prompt를 클릭하여 cmd창을 연다. E:\project\todolist_renewal>git branch -u origin/master 명령어를 입력한다. Branch 'master' set up to track remote branch 'master' from 'origin'. 가 뜨면 다시 GitHub Desktop으로 돌아와 Fetch origin을 진행한다. 출처 https://github.com/desktop/desktop/issues/10362 Newer Comm.. 2021. 5. 25. 이전 1 ··· 4 5 6 7 8 다음