[์ค๋ฅํด๊ฒฐ] 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 {ํ๋ก์ ํธ๋ช
}
'๐ป๊ฐ๋ฐ > WEB' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Custom URI ๋ง๋ค๊ธฐ (0) | 2022.07.12 |
---|---|
[CSS] ์ ํ์ (0) | 2022.03.28 |
์ ์ ํ์ผ ๋ง๋ค๊ธฐ : ํญ ์์ด์ฝ ์ค์ ํ๊ธฐ (0) | 2022.03.27 |
๋ฒ๋ค๋ฌ (Bundler) : parcel, webpack, rollup (0) | 2022.03.27 |
ํ๋ก์ ํธ ์์ํ๊ธฐ (0) | 2022.03.22 |