Home (React) npm ERR! code ENOENT, errno -4058
Post
Cancel

(React) npm ERR! code ENOENT, errno -4058

1. 내용


image

1
2
3
4
5
■ 에러 
npm ERR! code ENOENT,  errno -4058

■ 내용
npm start 명령어를 수행 시, package.json 을 찾을 수 없다는 에러

2. 해결


1
2
3
4
5
package.json이 있는 경로로 이동하여 npm start를 수행해준다.

ex)
$ cd ${package.json 파일이 있는 폴더}
$ npm start
This post is licensed under CC BY 4.0 by the author.