簡體   English   中英

安裝weinre給我一些錯誤

[英]Installing weinre gives me some error

我在下載節點js之后嘗試使用命令npm install -g weinre weinre在Windows 7中通過Windows Powershell在Windows 7中npm install -g weinre ,但它拋出以下錯誤

PS C:\windows\system32> npm install -g weinre
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node
tall" "-g" "weinre"
npm ERR! node v6.10.0
npm ERR! npm  v3.10.10
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! syscall getaddrinfo

npm ERR! getaddrinfo EAI_AGAIN registry.npmjs.
npm ERR!
npm ERR! If you need help, you may report this
npm ERR!     <https://github.com/npm/npm/issue

npm ERR! Please include the following file wit
npm ERR!     C:\windows\system32\npm-debug.log

請點擊此處查看屏幕截圖

這是一篇討論EAI_AGAIN問題的博客文章-看來這通常是您計算機上的某種網絡問題: http : //www.codingdefined.com/2015/06/nodejs-error-errno-eaiagain.html

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM