Domanda

When I run the command:

nvm install 0.10

I get this error:

tar: Error opening archive: Failed to open '-xzf'
Binary download failed, trying source.
######################################################################## 100.0%
tar: Error opening archive: Failed to open '-xzf'
nvm: install v0.10.26 failed!

What should I do to correct this?

È stato utile?

Soluzione

Did you find your answer?

If not, you can try:

$ nvm install -s 0.10

The -s flag is used to compile from source and it worked for me.

I also wrote a blog post about that, if it can be helpful :)

Setting up nvm, node & npm on Mavericks

Hope it helps! :)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top