node.js - nvm tar: Unrecognized archive format -
greetings everybody!
i had problem while installing node
via nvm
when type:
$ nvm install 5.5.0
had this:
downloading https://nodejs.org/dist/v5.5.0/node-v5.5.0-darwin-x86.tar.xz... ######################################################################## 100.0% warning: checksums disabled node.js v4.0 , later tar: unrecognized archive format tar: error exit delayed previous errors. binary download failed, trying source. ######################################################################## 100.0% checksums empty tar: unrecognized archive format tar: error exit delayed previous errors. binary download failed, trying source. installing node v1.0 , greater source not supported
so main problem there: tar: unrecognized archive format
because(maybe) file format is: tar.xz
after hours spending in google , git solve problem didn't found solution. started read nvm
documentation , found force install option -s
it helpful not versions installed nvm install -s 0.12.9
Comments
Post a Comment