Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 에디터 api
- 터미널 명령어
- 서버의 의미
- 코드펜 안되는 이유
- ck editor 사진 넣는법
- 무료 에디터 사용법
- 앵귤러 터미널 명령어
- 서버란 무엇인가
- 반응형 정사각형
- 정보처리기능사
- 에디터 사용법
- 글 에디터 넣는법
- 프로토콜이란
- 프론트엔드 용어
- 정보처리기능사 필기
- 정보처리기능사 필기 준비
- ck editor 이미지 업로드
- ck editor 사진
- 코드펜 옮겨오는 법
- 반응형 웹
- 터미널에서 angular project 생성
- 정보처리기능사 따는법
- 코드펜 복사해도 안되는 이유
- angular 터미널
- 앵귤러 명령어
- 코드펜
- CK Editor
- 프로토콜 뜻
- 정보처리기능사 준비
- 서버 뜻
Archives
- Today
- Total
멋진 개발자가 되고 싶어
[React] npx create-react-app 안될 때 본문
터미널에 뜬 에러
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\{사용자이름}\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\{사용자이름}\AppData\Roaming\npm'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: C:\Users\{사용자이름}\AppData\Local\npm-cache\_logs\2024-07-09T00_52_38_219Z-debug-0.log
해결 방법
- C:\Users\user\AppData\Roaming 폴더 열기
- npm 이름의 폴더 만들기
- 명령어 다시 실행
참고자료
'JAVASCRIPT > React' 카테고리의 다른 글
[React] 시작하기 - 설치 및 환경설정 (0) | 2024.02.23 |
---|
Comments