문제상황 " npm ERR! code ENOENT(errno -4058) "React를 실행하기 위해 visual studio 터미널창에 npm run start를 입력하니 4058로 시작하는 에러가 나왔다. 아래는 오류 내용이다.PS C:\Users\USER\Desktop\react-tictactoe-app> npx 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\Roamin..