본문 바로가기

전체 글51

vsc+python에서 django 설치하기 아래 사이트에서 설치방법을 알려줍니다. 주의사항은 vsc 실행 시, 관리자 권한으로 실행해야 합니다. https://code.visualstudio.com/docs/python/tutorial-django Python and Django tutorial in Visual Studio Code Python Django tutorial demonstrating IntelliSense, code navigation, and debugging for both code and templates in Visual Studio Code, the best Python IDE. code.visualstudio.com 2023. 7. 26.
[intellij+windows+react] npm install -g create-react-app시 문제 해결방법 IntelliJ, windows 환경에서 react를 설치할려고 "npm install -g create-react-app" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\ideaIC-2023.1.4.win\workspaces\a> npm install -g create-react-app npm WARN tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. changed 67 packages in 8s 5 packages are looking for funding run `npm fund` f.. 2023. 7. 24.
[intellij+windows+vue+bootstrap] npm run build시 entrypoint size limit 문제 해결방법 IntelliJ, windows 환경에서 vue를 빌드할려고 "npm run build" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\a\frontend> npm run build > frontend@2.1.0 build > vue-cli-service build \ Building for production... WARNING Compiled with 1 warning 오전 11:13:49 warning entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web p.. 2023. 7. 11.
[intellij+windows+vue+bootstrap] npm run serve시 sass migrator 문제 해결방법 IntelliJ, windows 환경에서 vue를 빌드할려고 "npm run build" 명령어를 실행시켰다. 그리고 다음과 같이 문제가 발생하였고 그리고 해결은 다음과 같이 하였습니다. PS E:\a\frontend> npm run serve > frontend@2.1.0 serve > vue-cli-service serve --open INFO Starting development server... 40% building 178/206 modules 28 active ...uCollection\frontend\src\components\BaseDropdown.vue?vue&type=style&index=0&id=7445dd9c&scoped=true&lang=css&Deprecation Warning:.. 2023. 7. 11.
반응형