无法在我的mac os mavericks上使用NVM安装节点

时间:2014-02-22 17:53:53

标签: node.js osx-mavericks nvm

当我运行命令时:

nvm install 0.10

我收到此错误:

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!

我该怎么做才能纠正这个问题?

1 个答案:

答案 0 :(得分:0)

你找到了答案吗?

如果没有,您可以尝试:

$ nvm install -s 0.10

-s标志用于从源代码编译,它对我有用。

我还写了一篇关于它的博客文章,如果它有用的话:)

Setting up nvm, node & npm on Mavericks

希望它有所帮助! :)