想下载node-gyp 使用npm install node-gypt提示Error: getaddrinfo EADDRINFO 没有办法去找了一份node-gyp的源码包,但是不知道如何编译-.-有没有高手能指点下,是编译node-gyp 不是使用node-gyp编译其他的包~~~在线等啊,弄了2天了
高手们都哪去了。。。
要安装python2.7.3 VC++ 然后 npm install node-gyp
命令真没错,是在linux下安装的。
都好崩溃了
@beiyio python的版本要2.7.3对否? GCC?
@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)
@151263 就是不行
楼主的源怎么指定的是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
源我都试过了依旧不行-.-winddos下的可以,但是我要用node-gyp变异的是linux下的东西,额。。。哭了要
@beiyio 这很明显就是DNS解析出问题了嘛
楼主的问题解决了吗?从https://github.com/TooTallNate/node-gyp下载了源码之后,却不知道怎么编译啊!!知道的话告知一下哈,谢谢