-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
npm install fails with iojs v1.0.1 #141
Comments
Aha, this is most likely the exact problem as nodejs/node#433 |
My |
Ok, so after some investigation I've come to the conclusion that You can affect the base url by using
But then we run into problems because the following line assumes I guess after this it feels more of an issue that should be posted on |
Ignore the part with |
Ok with some npmlinking help from @rvagg I now pass the install step but get an error which is related to the
|
#139 was just merged, leveldown@1.0.1 + iojs@1.0.1 should be 💘 |
also, don't use node-gyp to do manual compiles, use the one bundled with io.js releases, the changes haven't been upstreamed yet: /usr/local/lib/node_modules/npm/node_modules/node-gyp or something similar. You can extract / |
Ok just going to summarize what I had to do in case anyone else reads this. YMMV.
|
Maybe these places need to replace.
|
work in progress nodejs/node-gyp#564 |
see also pangyp as a stop-gap replacement |
I'm having problems building
node-leveldown
withnode-gyp
. Any suggestions? Please excuse me if this has already been reported.The text was updated successfully, but these errors were encountered: