-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Failed install #919
Comments
Also note, that if I use:
I'm guessing this means nvm is installed (and no node os iojs are which is what I would expect at the moment). Can someone please:
|
@surfeatsleep that first message you got is a Mac thing. Run |
I can definitely confirm that calling the install script multiple times will not mess anything up. If, after fixing your command line tools, and rerunning the install script, it's still not working - check for |
Thanks for the info. I've created all three,
still it wouldn't work. I tried instead pasting:
into The solution for my problem seems to have been using the Thanks for your input! P.S.: I know it's somewhat off-topic, but should I remove |
hmm, perhaps the capitalization. do you have any symlinks anywhere, or is your $HOME directory mounted on a different drive? Might as well remove them if they're empty but it shouldn't matter either way. |
I am not aware of any symlinks and it's on the same drive. |
@surfeatsleep what about |
|
@ljharb I tried checking Nonetheless, if I edit the .bash_profile to be:
it doesn't not work, however the following does:
@bugthunk Long story short |
Thanks, I know. That was my point, although perhaps I wasn't too clear about this :) |
@bugthunk That's also very odd. Do you have any shell options set in your bashrc or bash_profile? @surfeatsleep both when it works and doesn't work, what does |
@ljharb |
I'm having a related issue. I have nvm in my path but neither |
@simonh1000 I'm no expert at nvm, but perhaps this can help: |
@surfeatsleep thanks, I'll close this then |
@surfeatsleep - Genius - Thanks |
This might need to be re-opened, or perhaps another issue added. This curl command no longer works in Mac OSX Sierra on my 2016 Macbook Pro (Touch Bar). This only works if you accept the Xcode license agreement manually by opening Xcode prior to running this script.
Here's the output if you haven't yet accepted the Xcode license agreement:
Once you do, it's fine again. |
@MattFoley this has been true for multiple versions of Mac OS - lots of terminal commands won't work until you've accepted the Xcode license agreement first. That's just sadly one of the things any developer must know the first time they use a new Mac. Since the output tells you exactly what to do, there's not really anything |
Feel free to close, just posting because the console output told me to report it :)
|
It's a bit of a long read (most of it is terminal input/output though), so please stick with me.
Summary
I ran
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
multiple times and still keep gettingcommand not found
Long version
I tried installing nvm by opening the terminal and running
but it complained with:
I tried to exit and reopen terminal and got:
Seemed expected, so I went and manually agreed to XCode terms.
Than I reopened the terminal and tried running the following command again
this time it complained with the following:
Realising I didn't have a .bash_profile, I created within /Users/Surfeatsleep/ and pasted
reopened the terminal again and got
So, again I typed
It said some stuff already exists and I should close and reopen terminal, so I did.
I tried running nvm again, but again I got
I checked to see if nvm is installed
Am I missing something? Why isn't nvm running? Did I mess up by running
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
multiple times?Since I am not all that proficient with the terminal I would appreciate all the help I can get
P.S.: I am running OS X ver. - 10.11.1
The text was updated successfully, but these errors were encountered: