[์˜ค๋ฅ˜ํ•ด๊ฒฐ] create-react-app ์„ค์น˜ ์—๋Ÿฌ

2025. 3. 12. 11:40

npm create-react-app {ํ”„๋กœ์ ํŠธ๋ช…} ์ž…๋ ฅ ์‹œ ์˜ค๋ฅ˜ ๋‚ด์šฉ

npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path C:\Users\user\AppData\Roaming\npm
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\user\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\user\AppData\Local\npm-cache\_logs\2025-03-12T02_24_55_160Z-debug-0.log

 

 

create-react-app ์žฌ์„ค์น˜ ํ›„ ํ•ด๊ฒฐ ์™„๋ฃŒ

npm uninstall -g create-react-app
npm install -g create-react-app
npx create-react-app {ํ”„๋กœ์ ํŠธ๋ช…}

BELATED ARTICLES

more