想下载node-gyp 使用npm install node-gypt提示Error: getaddrinfo EADDRINFO 没有办法去找了一份node-gyp的源码包,但是不知道如何编译-.-有没有高手能指点下,是编译node-gyp 不是使用node-gyp编译其他的包~~~在线等啊,弄了2天了
14 回复
@151263 [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2 Python 2.7.3 (default, Mar 2 2013, 14:29:50)
楼主的源怎么指定的是npm.hacknodejs.com ?
试试npm config list
看看里面的registry那项是不是设定了这个源。
官方源是https://registry.npmjs.org ,尝试用npm config set registry https://registry.npmjs.org
修改成官方源再npm install node-gyp
。
或者临时从官方源安装node-gyp: npm install node-gyp --registry=https://registry.npmjs.org