백지부터 시작하는 이세계 코딩 생활

npm start : error 본문

이세계 오답노트

npm start : error

조아덕 2021. 5. 6. 17:07
에러메세지 
[HPM] Error occurred while trying to proxy request cms/admin/home 
from localhost:3000 to http://localhost:4200/ 
(ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)


[HPM] Error occurred while trying to proxy request cms/ping 
from localhost:3000 to http://localhost:4200/ 
(ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)


[HPM] Error occurred while trying to proxy request cms/game/data/server/getVersionList/kr 
from localhost:3000 to http://localhost:4200/ 
(ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

 

원인 : 

1. npm 활성화 하지 않은 상태에서 npm start 명령어를 실행했을 때.

2. 다른 사용자가 같은 계정으로 접속해 있을 때 발생.

3. 단순 연결 에러. (새로고침으로 해결가능)

 

해결 : 

다음 과정에 따라 정상작동을 확인해야 한다.

ㅇ 정상작동 확인 테스트 과정

→ npm run build 수행시 이상 없음 확인 (터미널)

  • 1. Run www 수행 
  • 2. npm start (터미널)
    → localhost: 3000/#/ 확인 (도메인)

  • 3. 계정 로그인 (ADMIN // .... )

 

'이세계 오답노트' 카테고리의 다른 글

SON 파일 업로드를 시 에러코드  (0) 2021.05.06
해당 TABLE 이 존재하지 않습니다.  (0) 2021.05.06
API Packet 테스트 에러  (0) 2021.05.06
PacketGenerator Start Error  (0) 2021.05.06
Comments