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

Node not working properly with ARM71 ubuntu #52

Closed
phemaa opened this issue Jan 16, 2015 · 10 comments
Closed

Node not working properly with ARM71 ubuntu #52

phemaa opened this issue Jan 16, 2015 · 10 comments

Comments

@phemaa
Copy link

phemaa commented Jan 16, 2015

I installed node with apt-get install nodejs and it worked, except it was outdated and the npm was also outdated. I installed the newest version and after installment after I type 'node' or executing a basic script it just hangs and nothing happens except when I check the version (v0.10.34) (npm also hangs). Sorry if this is a bad issue it's my first time doing it.

@rvagg
Copy link
Contributor

rvagg commented Jan 17, 2015

@koushag are you using the deb.nodesource.com repo to get your Node installs or whatever is coming with the Ubuntu distro you have? What does node -v say?

@phemaa
Copy link
Author

phemaa commented Jan 17, 2015

I used this to get it: curl -sL https://deb.nodesource.com/setup | sudo bash -

and node -v says: 'v0.10.34'

@rvagg
Copy link
Contributor

rvagg commented Jan 17, 2015

@koushag can you paste the output of lsb_release -a in here for us?

@phemaa
Copy link
Author

phemaa commented Jan 17, 2015

Here you go:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise

@rvagg
Copy link
Contributor

rvagg commented Jan 17, 2015

What sort of board is this? The closest I can come with what I have available to test is an Odroid running 14.04 and I can't replicate a problem with this.

Also, you may want to npm config set loglevel http to get a bit more output on npm install, sometimes it does things that take a long time and without good feedback it can seem like it's stalled.

@phemaa
Copy link
Author

phemaa commented Jan 17, 2015

What do you mean by board? I'm on a Chromebook HP 11 with crouton. And also I can't do anything with npm, I tried your npm config set loglevel http but it just hangs.

@rvagg
Copy link
Contributor

rvagg commented Jan 17, 2015

Ah, that's what I mean then! A Chromebook.

Unfortunately I don't know what the way forward is here because I can't replicate a 12.04 setup to try this out.

@phemaa
Copy link
Author

phemaa commented Jan 17, 2015

Will upgrading my ubuntu version help in anyway?

@rvagg
Copy link
Contributor

rvagg commented Jan 17, 2015

perhaps but I can't guarantee that. 14.04 should be pretty safe as it's an LTS release. There's potentially something different about your CPU but my guess is that it's mostly likely about the OS.

@phemaa
Copy link
Author

phemaa commented Jan 17, 2015

Just as an update - it worked! I upgraded from 12.04 (precise) to 14.04 (trusty), I uninstalled then re-installed nodejs after upgrading, and everything went smoothly. Thanks for the help rvagg.

@phemaa phemaa closed this as completed Jan 17, 2015
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