Comcast / Comcast/xml-selector

Issues while building native extensions

Open
#2 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12
Forks
7
PR merge metrics
No merged PRs in 30d

Description

While installing xml-selector via NPM I get a bunch of node-gyp errors in the console, possibly because of nan?

npm-debug.log has the following lines:

> 30213 error Linux 4.2.0-25-generic
> 30214 error argv "/home/dirk/.nvm/versions/node/v5.8.0/bin/node" "/home/dirk/.nvm/versions/node/v5.8.0/bin/npm" "install"
> 30215 error node v5.8.0
> 30216 error npm v3.7.3
> 30217 error code ELIFECYCLE
> 30218 error xml-selector@0.3.0 install: `node-gyp rebuild`
> 30218 error Exit status 1
> 30219 error Failed at the xml-selector@0.3.0 install script 'node-gyp rebuild'.
> 30219 error Make sure you have the latest version of node.js and npm installed.
> 30219 error If you do, this is most likely a problem with the xml-selector package,
> 30219 error not with npm itself.
> 30219 error Tell the author that this fails on your system:
> 30219 error node-gyp rebuild
> 30219 error You can get information on how to open an issue for this project with:
> 30219 error npm bugs xml-selector
> 30219 error Or if that isn't available, you can get their info via:
> 30219 error npm owner ls xml-selector
> 30219 error There is likely additional logging output above.
> 30220 verbose exit [ 1, true ]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.