ETIMEDOUT Fehler während der Installation von node-Pakete auf windows

Ich versuche zu installieren Knoten Pakete auf meinem windows-Computer mithilfe von npm von einer frischen Installation von node.

aber ich bin immer ETIMEDOUT Fehler. Ich überprüfte einige andere stackoverflow-Fragen mit ähnlichen problem-und fast alle von Ihnen sind Probleme, wenn Sie hinter einem proxy. Gleiche ist bei mir nicht der Fall. Mein system ist nicht hinter jedem proxy-server. Kann mir jemand helfen bei der Lösung.

PS C:\windows\system32> npm -v
2.5.1
PS C:\windows\system32> npm install bower -g
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i
nstall" "bower" "-g"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! syscall connect

npm ERR! network connect ETIMEDOUT
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!     C:\windows\system32\npm-debug.log
Sind Sie vollständig, völlig, zu 100% sicher, dass Sie nicht hinter einem proxy? Sind Sie sicher, dass Sie in der gleichen Weise, dass Ihr system ist nicht konfiguriert, einen proxy zu benutzen? Vielleicht nur npm konfiguriert ist, einen proxy zu benutzen...? Überprüfen Sie npm config list.
Ich war in der Lage, diese zu lösen. Ich war eigentlich nicht hinter einem proxy, aber irgendwie die proxy-parameter bekam in npm config. Ich war in der Lage, das Problem zu lösen, indem Sie mit dem folgenden Befehl : npm config löschen, proxy

InformationsquelleAutor EagleEye | 2015-02-25

Schreibe einen Kommentar