해결됨
    
  
    
                Strapi로 코딩없이 나만의 API 서버 만들기
               
          
            Strapi v5 버전의 프로젝트 실행이 안되네요.
            
              
            
          
         
        
          안녕하세요. 열심히 따라하고있습니다 ^^ 질문 :  로컬 pc 에서 v5 로 프로젝트 생성해서 처음 실행하려는데 에러가 나면서 실행이 안되네요.Strapi v5 훑어보기v4 버전할때는 강의 따라해도 문제없이 잘 됐었습니다. 실행 결과를 보니 db 에는 테이블까지는 생성이 됐었네요. 에러 내용 :C:\dev\strapi5_test>  npm run develop> strapi-5-test@0.1.0 develop> strapi develop⠋ Loading Strapi⠋ Building build context[INFO] Including the following ENV variables as part of the JS bundle:    - ADMIN_PATH    - STRAPI_ADMIN_BACKEND_URL    - STRAPI_TELEMETRY_DISABLED✔ Building build context (73ms)✔ Creating admin (489ms)✔ Loading Strapi (1826ms)✔ Generating types (315ms)node:events:497      throw er; // Unhandled 'error' event      ^Error: bind EACCES null:5173    at listenOnPrimaryHandle (node:net:1985:18)    at rr (node:internal/cluster/child:163:12)    at Worker.<anonymous> (node:internal/cluster/child:113:7)    at process.onInternalMessage (node:internal/cluster/utils:49:5)    at process.emit (node:events:531:35)    at process.processEmit [as emit] (C:\dev\strapi5_test\node_modules\signal-exit\index.js:199:34)    at emit (node:internal/child_process:951:14)    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)Emitted 'error' event on Server instance at:    at listenOnPrimaryHandle (node:net:1986:21)    at rr (node:internal/cluster/child:163:12)    [... lines matching original stack trace ...]    at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {  errno: -4092,  code: 'EACCES',  syscall: 'bind',  address: null,  port: 5173}Node.js v20.18.0C:\dev\strapi5_test>  바쁘시겠지만 시간 괜찮으실때 한번 봐주세요~감사합니다.