본문 바로가기

전체보기175

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.
개발환경 설정 VSCode Teminal Theme https://glitchbone.github.io/vscode-base16-term/#/ Base16 Terminal Colors for Visual Studio Code glitchbone.github.io Windows Teminal Theme https://windowsterminalthemes.dev/ Windows Terminal Themes windowsterminalthemes.dev D2Coding font https://github.com/naver/d2codingfont 2023. 3. 22.
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.
VSCode 콘솔 실행 오류 vscode npm 실행시 오류 powershell 관리자 실행 get-ExecutionPolicy Restricted : default설정값으로, 스크립트 파일을 실행할 수 없습니다. AllSigned : 신뢰할 수 있는(서명된) 스크립트 파일만 실행할 수 있습니다. RemoteSigned : 로컬에서 본인이 생성한 스크립트와, 신뢰할 수 있는(서명된) 스크립트 파일 실행할 수 있습니다. Unrestricted : 모든 스크립트 실행가능 ByPass : 경고/차단 없이 모든 것을 실행가능하도록함 Undefined : 권한을 설정하지 않겠음 Set-ExecutionPolicy RemoteSigned Y 출처 : https://hellcoding.tistory.com/entry/VSCode-%EC%98%A.. 2023. 3. 21.