nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
79.08k stars 7.92k forks source link

nvm_cheksum not found #1046

Open p3so opened 8 years ago

p3so commented 8 years ago

I cannot install anything with nvm via Binary. The checksum is always not found and it goes to installing from source.

$ nvm install iojs
Downloading https://iojs.org/dist/v3.3.1/iojs-v3.3.1-darwin-x64.tar.gz...
######################################################################## 100.0%
nvm_checksum:2: = not found
Binary download failed, trying source.
Binary download failed, trying source.
Installing iojs from source is not currently supported
nvm install node
Downloading https://nodejs.org/dist/v5.9.1/node-v5.9.1-darwin-x64.tar.gz...
######################################################################## 100.0%
nvm_checksum:2: = not found
Binary download failed, trying source.
Binary download failed, trying source.
######################################################################## 100.0%
Checksums empty
Now using node v5.9.1 (npm v3.7.3)
Creating default alias: default -> node (-> v5.9.1)

I am on OSX 10.11.4. Used brew install nvm. Running commands in ZSH.

Any idea what is causing this?

ljharb commented 8 years ago

Please do not install nvm using brew, it's unsupported. Please brew uninstall it, and install it properly using the curl command in this repo's readme, and let me know if you're still having trouble.

p3so commented 8 years ago

Thanks for the quick response. I did not know it is unsupported. I was naive and just googled "install nvm on mac OSX 10.11". I will do that and respond with the results.

ljharb commented 8 years ago

Also, do you use oh-my-zsh, or stock zsh?

p3so commented 8 years ago

I use zim. https://github.com/Eriner/zim

It might be a while until I get results, I have to download XCode now. I just moved to OSX from Arch.