-
-
Notifications
You must be signed in to change notification settings - Fork 8.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
Does not install node on Linux via ssh #682
Comments
(I assume the There's a known issue with Ubuntu in this regard - #394 should have instructions for you. |
Typo. Will look at that. Thanks. |
BTW, do I need node already installed globally once in order to use |
No, definitely not :-) You only need |
Also, |
Um - |
It's the first thing that is written in the installation instructions.
So, basically it's just making sure that there is a C++ compiler when we building from source. 👍 |
lol ah. yes, you do need a compiler if you want to install from source - that's not required however to install a binary. |
The problem here is that BTW, does |
It works more like python's virtualenv; modifying the |
Same problem again, in a different Ubuntu machine. Is there any chance the binary that #655 ? |
That is possible - that'd be the binary that |
I wonder if fiddling with What is the procedure to build from source with |
You shouldn't have to modify any |
Confirming that installing from source does work on Ubuntu. 👍 |
Glad to hear it :-) |
I
ssh
ed to an Ubuntu machine,curl
ed theinstall.sh
script, installed.nvm install v0.12.0
and after being prompted withNow using node v0.11.0
I tried runningnode
to get in the REPL.Then:
The binary
node
is sitting there, but above is what is happening.Oh, how unfortunate. I checked my
.bashrc
and also noticed nothing was written to it.😞
The text was updated successfully, but these errors were encountered: