npm ERR! getaddrinfo ENOTFOUND artifactory.twitter.biz (kubeflow pipeline frontend)
포스트
취소

npm ERR! getaddrinfo ENOTFOUND artifactory.twitter.biz (kubeflow pipeline frontend)

개요

  • Kubeflow pipeline frontend 한번 돌려보려다가 npm install에서 막힌 삽질기..

가이드

잘못된 가이드 : https://github.com/kubeflow/pipelines/wiki/Frontend

내가 확인 했어야 하는 가이드 : https://github.com/kubeflow/pipelines/blob/master/frontend/README.md

Error!

  • 나를 좌절케 했던 에러… 아무리 찾아도 방법이 안나옴.
  • 잘못된 가이드는 날 힘들게 한다.
    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    npm ERR! code ENOTFOUND
    npm ERR! syscall getaddrinfo
    npm ERR! errno ENOTFOUND
    npm ERR! network request to https://artifactory.twitter.biz/api/npm/js-virtual/util-extend/-/util-extend-1.0.3.tgz failed, reason: getaddrinfo ENOTFOUND artifactory.twitter.biz
    npm ERR! network This is a problem related to network connectivity.
    npm ERR! network In most cases you are behind a proxy or have bad network settings.
    npm ERR! network
    npm ERR! network If you are behind a proxy, please make sure that the
    npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
    

가이드 수행 비교

  • 잘못된 가이드.
    1. npm install <- 끝.. 여기서 안됨
    2. npm start
  • README (이 순서대로 하면 됨)
    1. node 14 설치
    2. npm ci
    3. server directory에서 다시 npm ci
    4. mock-backend directory에서 또 npm ci
    5. frontend directory로 돌아가 npm start

그냥 단순하게 react니까 npm install 하면 끝이겠지..? 하고 위키에 나온대로 진행한게 잘못..

마무리

혹시라도 위 Error 메세지를 만나게 되는 경우 도움이 되었기를 바라며… 상남자 특) node 싫어함.

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.

Kafka Python Producer, Consumer

TypeScript Global Variables. feat! window