-
Notifications
You must be signed in to change notification settings - Fork 686
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
Install issues on Ubuntu 14.04 #19
Comments
Can you do: can you see if it installs pty.js in /home/vagrant/node_modules/pty.js? |
Yup. That seemed to work out.
|
weird, can you check if any of the suggestions here nodejs/node-gyp#363 fixes this? |
Tried just about everything mentioned...
Same things happens each time. You can see the system I'm using by downloading this gist. https://gist.github.com/howardroark/25550e799297fafb3b94 It just downloads the official vagrant image from ubuntu and installs nvm on it. The error is produceable there. No pressure at all if you don't have the time. |
For some reason things fail with node 0.12 I was able to get it working with 0.10.31 here |
I was able to get it installed that way :) Though I had to install each dependency on it's own after the install before I could run |
So yeah... only works with node 0.10.x. I tried io.js 1 & 2 as well. Very odd. You know though... I wonder if Ubuntu precise is the better release to work with anyway. Considering it is likely to be getting more bug fixes due to it's wider adoption. |
Happens on Ubuntu 12.04 as well. Must be something to do with Node+Python+Ubuntu |
2c65241 will fix this issue but the side effect is it will cause #4 (because of chjj/pty.js#58) but I think it's better to live with a few zombie processes than fail on node 0.12 |
@howardroark latest code should work fine regardless of the ubuntu/node version, can you verify and close this issue? (you will need to git clone this repo and not do 'npm install wetty' from the NPM repo) |
Yup, that worked! You can push the update to NPM 👍 Also... Is there any way to avoid needing to verify the host and enter a password? |
you can setup passwordless ssh using pub/pvt keys. (as wetty uses ssh to connect) |
@krishnasrinivas thanks... Is this data supplied at the point where |
Hey,
I'm not sure if I have something wrong going on but I can't seem to get this installed. I was hoping that you could have a look and see if anything jumps out at you. Node is
v0.12.4
and NPM is2.10.1
.Thanks and great work!
The text was updated successfully, but these errors were encountered: