본문 바로가기
IT 개발, develop

[react] create-react-app errno -4058

by newly everyday 2023. 10. 12.

react 에서 신규 project 를 만들려고 할때

다음 에러를 만나면서 생성이 안될 때가 있다. 

 

code ENOENT

..

errno -4058 에러

 

 

이전에 글로벌로 프로젝트를 생성한 적이 있어서 그런가 보다.

 

uninstall -g create-react-app 

명령으로 이전의 프로젝트를 uninstall  한 다음에 

다시 만들면 생성이 된다. 

 

npx create-react-app my-app

 

댓글