-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
@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 |
I used this to get it: curl -sL https://deb.nodesource.com/setup | sudo bash - and node -v says: 'v0.10.34' |
@koushag can you paste the output of |
Here you go: |
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 |
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. |
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. |
Will upgrading my ubuntu version help in anyway? |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: