-
Notifications
You must be signed in to change notification settings - Fork 30
npm install fails on 64bit openSuse #15
Comments
@jano-petras does this problem still persists? Are you able to debug it? Do not have a vagrant 64bit openSuse box at hand... |
Yes it does. I don't know how to debug as haven't worked with node yet. I have gotten a fresh copy of protagonist from git and tried installing as root using npm from local folder, still the same issue. Also modified the bindings.gypi / includes section to prefix common.gypi with a ./ to force it to look in the current directory rather then in /usr/share/node/ folder (because the file is there) but still the same... |
I ran into the same problem. You need to install node-devel for it to work. |
I'm having the same issue on OS X 10.9.4 and node version 0.10.26 |
@zdne I'm not sure how to install "node-devel", I'm new with it. I've tried a few things but no success |
@mustela I have just checked on my system:
Running:
Works just fine. Please make sure to have Xcode CLI tools installed. |
Hi @zdne I have exactly the same configuration, and xcode cli tools installed, but having the following issue when I try to run "npm install protagonist" npm http GET https://registry.npmjs.org/protagonist
CXX(target) Release/obj.target/libsnowcrash/snowcrash/src/HTTP.o npm ERR! System Darwin 13.3.0 |
@mustela Do you use for install nodejs via |
@mustela this look like related to this strange libtool issues here – apiaryio/snowcrash#93 (comment) can you please try the proposed solution from there? Sorry about that. |
That is very unfortunate. To be honest I do not really understand what the issue with What is |
Hi just wanted to add that it also fails on Ubuntu 14.04 64bits.
|
HI guys, same problem on CentOS 6.6, follow installation log and lib versions:
|
Hey @devsdmf this seems to be a different problem, possibly related to Python (used to generate makefiles) – what is your Python version? |
Hi @zdne, follow my python version:
|
Any news? |
@devsdmf Updating your npm should solve your issue.
@mustela's issue has been solved in danielgtaylor/aglio#54 |
Unable to install protagonist on 64bit openSuse linux install.
The text was updated successfully, but these errors were encountered: