-
[Node&React] 오류웹/Node.js & React.js 2022. 3. 16. 20:01
https://stackoverflow.com/questions/57054403/problem-with-npm-start-error-spawn-cmd-enoent
node:events:498
throw er; // Unhandled 'error' event
^
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn cmd',
path: 'cmd',
spawnargs: [ '/s', '/c', 'start', '""', '/b', '"http://localhost:3000"' ]
}나를 아주 화나게 했던 오류....
갑자기 창이 켜지지 않아서 이걸로만 몇시간 삽질한지 모르겠다.
환경변수 추가하고 삭제하고 다시 깔고.....
기억해두기 위해 기록함 잊지 않겠어............
'웹 > Node.js & React.js' 카테고리의 다른 글
[React] 안드로이드로 react-native 연결하고 카메라 띄우기 (0) 2022.04.26 [React] React-Native로 안드로이드 에뮬레이터 실행하기 (0) 2022.04.25 [React.js] 리액트를 이용해서 회원가입 페이지 만들기 (0) 2022.02.13 [Node.js] postman을 이용하여 회원가입 기능 구현하기 (0) 2022.02.12