[Error] UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, open '경로' npx create-react-app 폴더명 리액트 앱 생성할려니 에러떴다. UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, open '경로' 😊 해결 cmd를 관리자 권한으로 실행한다. FE/React 2021.02.19
[Error] UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\movie_app_2021' 없는 폴더를 써서 생기는 에러다. 폴더를 생성 후 실행하면 해결☺ FE/React 2021.02.18
줄바꿈 # 단락 줄바꿈. 1개당 1줄 제목 : 작성자 : 내용 : The element type "br" must be terminated by the matching end-tag "". 이런 에러가 떴다. 태그는 이 안 통하나.. ~를 써야겠다 FE/html 2020.12.20
기본 문법 메모장에 파일 이름은 .html이고 파일 형식은 모든 파일, 인코딩은 UTF-8로 저장. html elements 설명 굵게 href를 통해 내부스타일시트. // 머리, title와 meta는 여기에 // 본문 // 전체 감싸기 : Document type declaration, html에서 가장 첫문장 FE/html 2020.12.20