npx create-next-app . 를 하면
npm error code ENOENT
npm error syscall lstat
npm error path C:\Users\myPC\AppData\Roaming\npm
npm error errno -4058
npm error enoent ENOENT: no such file or directory, lstat 'C:\Users\myPC\AppData\Roaming\npm'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
이라고 뜨는데 아래 명령어로 해결
npm i -g npm@latest
'React' 카테고리의 다른 글
| Material UI (MUI) - dropdown (0) | 2023.12.07 |
|---|---|
| 리액트 리랜더링은 언제 발생할까? (1) | 2023.11.27 |
| f5새로고침시 redux에서 로그인정보가 날라가는경우 (0) | 2023.09.22 |
| useReducer (0) | 2023.07.04 |
| Redux Thunk 미들웨어 (0) | 2023.06.12 |