Skip to content
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

Installation of libxmljs@0.7.1 fails on Windows #16

Closed
rsternagel opened this issue Apr 20, 2014 · 1 comment
Closed

Installation of libxmljs@0.7.1 fails on Windows #16

rsternagel opened this issue Apr 20, 2014 · 1 comment

Comments

@rsternagel
Copy link

The installation of libxmljs@0.7.1 fails on my Windows 8 notebook and therefor also the installation of cldr. All newer version of libxmljs are installable (0.8.0, 0.8.1 and 0.9.0) on my machine so could you please upgrade to any of those?

Below is the stacktrace I get from node-gyp:

$ npm i libxmljs@0.7.1
npm http GET https://registry.npmjs.org/libxmljs/0.7.1
npm http 304 https://registry.npmjs.org/libxmljs/0.7.1
npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http 304 https://registry.npmjs.org/bindings/1.0.0

> libxmljs@0.7.1 install c:\...\node_modules\libxmljs
> node-gyp rebuild

c:\...\node_modules\libxmljs>node "c:\Program Files\nodejs\node_modules\npm\bin\node-gy
p-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
gyp: Call to 'xml2-config --cflags' returned exit status 1.
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (c:\Program Files\nodejs\node_module
s\npm\node_modules\node-gyp\lib\configure.js:337:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:
12)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "c:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd c:\...\node_modules\libxmljs
gyp ERR! node -v v0.10.26
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok
npm ERR! libxmljs@0.7.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libxmljs@0.7.1 install script.
npm ERR! This is most likely a problem with the libxmljs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls libxmljs
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodej
s\\node_modules\\npm\\bin\\npm-cli.js" "i" "libxmljs@0.7.1"
npm ERR! cwd c:\...\libxmljs
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     c:\...\libxmljs\npm-debug.log
npm ERR! not ok code 0
@papandreou
Copy link
Owner

Thanks for reporting this issue. I just published 2.2.1, which updates to libxmljs 0.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants