02 2017 档案
摘要:Pod 是 iOS 下包管理工具,类似于 JavaScript 里的 npm 或 yarn
阅读全文
摘要:前言
之前用 npm 安装过 nvm,就以为安装成功了,但运行 nvm 就报如下提示: This is not the package you are looking for: please go to http://nvm.sh
安装NVM
查资料得出,要使用 curl 或 wget 来安装(版本可以选用官网最新版):
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
阅读全文