node.js 설치는 했지만 npm 실행이 안 돼요 ㅠㅠ 도와주세요
node.js 깔고 파워쉘로는 버전이 저렇게 잘 나오는데, 터미널에서 버전 치면 npm에서 저렇게 배치 파일 아니라고 한 다음에 버전이 뜹니다 ㅠㅠ 또, create-react-app 명령어 실행이 가장 밑 사진처럼 뜨면서 계속 실행이 안 되는데 어떻게 해야 하나요 ㅠㅠ 이틀째 이러네요 ㅠㅠ .... node.js도 버전 5개 정도로 다르게 다 다운했다가 삭제해도 제대로 동작이 안 되네요 ... ㅠ.ㅠ jdk는 또 어디서 튀어나오는 건지 모르겠습니다 0 verbose cli C:\Program Files\nodejs\node.exe C:\Users\USER\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
1 info using npm@11.0.0
2 info using node@v23.5.0
3 silly config load:file:C:\Users\USER\AppData\Roaming\npm\node_modules\npm\npmrc
4 silly config load:file:C:\Users\USER\Desktop\r\.npmrc
5 silly config load:file:C:\Users\USER\.npmrc
6 silly config load:file:C:\Users\USER\AppData\Roaming\npm\etc\npmrc
7 verbose title npm exec create-react-app my-app
8 verbose argv "exec" "--" "create-react-app" "my-app"
9 verbose logfile logs-max:10 dir:C:\Users\USER\AppData\Local\npm-cache\_logs\2024-12-30T11_35_42_456Z-
10 verbose logfile C:\Users\USER\AppData\Local\npm-cache\_logs\2024-12-30T11_35_42_456Z-debug-0.log
11 silly logfile start cleaning logs, removing 1 files
12 silly logfile done cleaning log files
13 verbose stack Error: spawn C:\Users\USER\Desktop\jdk-17.0.10+7 ENOENT
13 verbose stack at ChildProcess._handle.onexit (node:internal/child_process:286:19)
13 verbose stack at onErrorNT (node:internal/child_process:484:16)
13 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
14 error code ENOENT
15 error syscall spawn C:\Users\USER\Desktop\jdk-17.0.10+7
16 error path C:\Users\USER\Desktop\r
17 error errno -4058
18 error enoent spawn C:\Users\USER\Desktop\jdk-17.0.10+7 ENOENT
19 error enoent This is related to npm not being able to find a file.
19 error enoent
20 verbose cwd C:\Users\USER\Desktop\r
21 verbose os Windows_NT 10.0.19045
22 verbose node v23.5.0
23 verbose npm v11.0.0
24 verbose exit -4058
25 verbose code -4058
26 error A complete log of this run can be found in: C:\Users\USER\AppData\Local\npm-cache\_logs\2024-12-30T11_35_42_456Z-debug-0.log
이후에 node.js를 18버전으로, bpm이 아닌 yarn과 함께 설치하는 것으로 다시 깔고 실행해도 여전히 정상 작동이 안 됩니다 ㅠㅠ 뭐가 문제죠 대체 ㅠㅠㅠㅠ