문제

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?

도움이 되었습니까?

해결책

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! :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top