반응형
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
- VUE
- 정보처리기사요약
- ReactNative
- 코딩테스트
- 정보처리기사정리
- typescript
- 리액트
- 타입스크립트
- 정보처리기사실기요약
- 정보처리기사실기
- spring
- 자바스크립트
- CSS
- 정보처리기사
- 리액트네이티브
- 스프링
- php
- Oracle
- 국비IT
- Java의정석
- 정보처리기사실기정리
- javascript
- 국비코딩
- 평일코딩
- react
- 자스코테
- 이안의평일코딩
- 오라클
- 자바스크립트 코딩테스트
- 자바의정석
Archives
- Today
- Total
이안의 평일코딩
[오류해결] ENOENT: no such file or directory, chmod '...../uuid/dist/bin/uuid' 본문
Error
[오류해결] ENOENT: no such file or directory, chmod '...../uuid/dist/bin/uuid'
이안92 2021. 7. 21. 11:57반응형
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /Users/ian/Documents/project/back/node_modules/uuid/dist/bin/uuid
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/ian/Documents/project/back/node_modules/uuid/dist/bin/uuid'
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:
npm ERR! /Users/ian/.npm/_logs/2021-07-21T02_50_31_084Z-debug.log
깃허브에서 코드를 다운받아 npm install 시 갑자기 위와 같은 오류가 등장했다.
해결방법
이 경우, node_modules 폴더와 package-lock.json 파일을 삭제한다.
그리고 다시 터미널에서 npm install 해주면 오류없이 package.json 파일이 잘 설치되는 것을 확인할 수 있다.
반응형
'Error' 카테고리의 다른 글
[⚠️해결] 딜라이브 DLive Netis(네티스) 공유기 와이파이 보안이 취약함 (2) | 2022.04.12 |
---|---|
[오류해결] warning: LF will be replaced by CRLF in (0) | 2022.01.05 |
[ReactNative] Unrecognized font family '폰트명' (0) | 2021.06.23 |
[Git] error: failed to push some refs to 'git주소' (0) | 2021.05.21 |
[Git] error: remote origin already exists. (0) | 2021.05.21 |
Comments