我一直试图在Windows的Ubuntu终端上通过npm安装webpack-starter-master。我收到了很多错误。最近的是:
npm ERR! Linux 4.4.0-17134-Microsoft
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! syscall getaddrinfo
npm ERR! getaddrinfo EAI_AGAIN registry.npmjs.org:443
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /mnt/c/Users/BENIB/Desktop/programming/webpack-starter-master/npm-debug.log
不幸的是,我无法在此处发布日志,因为要发布的代码太多/细节太少。相反,这是一个link to the log
关于这是为什么以及如何解决错误,您有任何建议吗?