미해결
Vue.js 끝장내기 - 실무에 필요한 모든 것
npm i 명령어 수행 중 ETIMEDOUT 오류
[작업 수행 순서]
1. vue-til-server 터미널 창 열기 (bash)
2. node -v 확인 (v10.16.3)
3. npm i 명령어 입력
4. 아래 로그 출력 후 오랜 시간 대기
\ extract:swagger-ui-express: verb lock using C:\Users\USER\AppData\Roaming\npm-cache\_locks\staging-cb9e5be181eeb2af.lock for C:\Users\USER\Desktop\스터디\vue\workspace\vue-endgame\vue-
5. 아래 오류 로그 확인
npm WARN server@1.0.0 No repository field.
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz failed, reason: connect ETIMEDOUT 104.16.20.35:443
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 ERR! A complete log of this run can be found in:
npm ERR! C:\Users\USER\AppData\Roaming\npm-cache\_logs\2021-08-01T10_14_53_029Z-debug.log
[질문]
위 오류 관련 대처 방법 알려주시면 감사하겠습니다!
현재 네트워크는 핸드폰 핫스팟을 통해 와이파이 사용중입니다!