개발/삽질14 Vagrant 설치후 plugin 설치시에 오류 날 경우 # Vagrant 폴더 생성C:\Users\사용자> mkdir k8s && cd k8s# Vagrant 스크립트 다운로드curl -O https://raw.githubusercontent.com/k8s-1pro/install/main/ground/k8s-1.27/vagrant-2.3.4/Vagrantfile# Rocky Linux Repo 세팅curl -O https://raw.githubusercontent.com/k8s-1pro/install/main/ground/k8s-1.27/vagrant-2.3.4/rockylinux-repo.json vagrant box add rockylinux-repo.json # Vagrant Disk 설정 Plugin 설치vagrant plugin install vag.. 2024. 12. 6. IntelliJ 2024.1 실행 안됨. IntelliJ 업데이트 이후에 실행이 안되어서 bin\idea.bat 실행 시켜보니까 error occurred during initialization of vm initial heap size set to a larger value than the maximum heap size 라는 오류가 나서 안되는것 같았다. 찾아보니까 JVM Option 을 바꿔주라는것 같아서 idea64.exe.vmoptions에 -Xmx -Xms 바꿔줬는데도 계속 같은 오류가 나서 보니까 ToolBox로 설치 해서 그런지 여기서 바꿔주니까 실행 잘 되더라. 2024. 4. 11. TailWind, React에서 svg사용때 주의사항 ackend_compact.js:2367 Warning: Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? at svg at div at div at Node (http://localhost:3000/static/js/bundle.js:1451:7) at div at $164e874d21fcd87e$export$f9c541e71856c524 (http://localhost:3000/static/js/bundle.js:69989:11) at RowContainer (http://localhost:3000/static/js/bundle.js:70840:12) at div at InnerElement (http://localhost:3000/s.. 2023. 5. 8. NODE 환경변수 윈도우에서 안될때 D:\dev\project\frontEndEdu>NODE_ENV=produciton npm run build 'NODE_ENV'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 오류시에 npm install -g win-node-env 설치하면 끝 참고로 VSCode 에서 안되면 Terminal 을 powershell로 하지말고 Cmd로 하기 바람 2023. 3. 22. 이전 1 2 3 4 다음