개요
- 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'
가이드 수행 비교
- 잘못된 가이드.
- npm install <- 끝.. 여기서 안됨
- npm start
- README (이 순서대로 하면 됨)
- node 14 설치
- npm ci
- server directory에서 다시 npm ci
- mock-backend directory에서 또 npm ci
- frontend directory로 돌아가 npm start
그냥 단순하게 react니까 npm install 하면 끝이겠지..? 하고 위키에 나온대로 진행한게 잘못..
마무리
혹시라도 위 Error 메세지를 만나게 되는 경우 도움이 되었기를 바라며… 상남자 특) node 싫어함.