-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing node-expat #134
Comments
what OS? |
Good question, this is running in circle ci, on their ec2 with ubuntu but I don't know any more details By the way, here is the extended log. And this time I run the installation on npm@3.5.3
|
same issue on ubuntu 15.10 |
Do we support 5.2 yet? |
in theory yes didn't try though |
same problem |
Same problem when installing node-xmpp-bosh on OpenShift - Node.js 0.12.0(Community) and Node.js 0.10.0(Official)
|
gcc (Ubuntu 4.9.2-0ubuntu1~12.04) 4.9.2 (workaround: after running npm rebuild node-expat it worked)
|
If you're installing a package that depends on an old version of node-expat, that's most probably the issue |
It is using the latest https://github.com/hapijs/faketoe/blob/master/package.json#L21. (anyhow, this was only failing when running tests in circleci) |
Red Hat Enterprise Linux Server release 6.6 (Santiago) Straight
|
This issue is also confirmed on Windows Server 2012 R2 node v4.3.2 |
windows support is broken and we don't have anyone working on it see #132 |
@dciccale @tborychowski @c0b41 @Schezuk @leachryanb take a look at our .travis.yml and try that. |
centOs 6.5 but centOs 6.5 gcc 4.9.3 install is ok!!! |
@Z-starts you sure? can you reproduce? |
@sonnyp update gcc test again |
I've also run into this issue. OS X 10.11.3 (15D21) happened with Node v4.2.2, v4.2.3, v4.3.1 and v4.3.2 |
I have similar issue on Windows 7. : : `npm ERR! Failed at the node-expat@2.3.13 install script 'node-gyp rebuild'. npm ERR! Please include the following file with any support request: |
i have this problem too, but i don't think this is xml2json itself; simple Chinese:我尝试过os、redhat 5.4 、redhat6.4系统,用node 0.12.X版本安装xml2json结果全部都正常;但使用node 4.X 或 5.X,就安装失败,提示node-gyp rebuilt false。于是我一个个依赖安装,发现node-iconv模块安装失败,同样提示node-gyp rebuilt false,于是我调查了node版本的changelog,发现在0.12.X升级到4.X的过程中node-gyp有breakchanged,,并且手动将node 4.X 或 5.X 的node-gyp版本改为1.0.3(node 0.12.X自带版本)后,安装成功; |
I have Windows 10 with node 4.4.2 and still the same problem, can't install that, got this error:
|
The common issue here is outdated C++ compiler versions. Please upgrade. |
But often for example node-gyp you have to use this: Visual C++ 2010 Express or Visual Studio 2010 as the steps are required this. You can find the installation here: https://www.robertkehoe.com/2015/03/fix-node-gyp-rebuild-error-on-windows/ I don't know whether Visual C++ 2010 will supported anymore or not, but I think no. |
Try to install Visual Studio 2012 and run npm config set msvs_version 2012 --global Refer to https://stackoverflow.com/questions/14278417/cannot-install-node-modules-that-require-compilation-on-windows-7-x64-vs2012/16854333#16854333 |
Node v5.2.0
NPM v3.3.12
The text was updated successfully, but these errors were encountered: