.npmrc 파일에 이미 프록시 구성을 설정했습니다. "npm 설치 오류/문제
$ npm install npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v6.9.4 npm ERR! npm v3.10.10 npm ERR! code ECONNRESET
npm ERR! network tunneling socket could not be established, statusCode=400 npm ERR! network This is most likely not a problem with npm itself npm ERR! network and is 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! Please include the following file with any support request: npm ERR! D:\Pooja\quickstart\npm-debug.log
사용자 폴더에있는 .npmrc 파일은 다음과 같은 포함 된 값
1. registry=https://registry.npmjs.org/
2. proxy=http://[email protected]:8080/
3. http_proxy=http://username:[email protected]@domain.com:8080/
을 다음과 같이 NPM이 설치 명령을 실행 이 문제를 해결하기 위해 어떤 방법이 있나요 내게 오류를 준다?
파일을 무엇을'D는 : \ 푸자 \ 빠른 시작 \의 NPM-debug.log' 말한다? – Ankur
info : 88855 자세한 옵션 SKIPPING OPTIONAL DEPENDENCY : npm 소유자 ls utf-8-validate 88855 자세한 옵션 SKIPPING OPTIONAL DEPENDENCY : 위의 추가 로깅 출력이있을 수 있습니다. 88856 verbose stack 오류 : [email protected] install :'node install.js' 88856 자세한 스택 종료 상태 1 EventEmitter에서 88856 상세 스택. (C : \ Program Files \ nodejs \ node_modules \ npm \ lib \ utils \ lifecycle.js : 255 : 16) 88856 emitTwo (events.js : 106 : 13)의 자세한 스택 88856 EventEmitter.emit의 자세한 스택 events.js : 191 : 7) –