在ubuntu 下 用nvm 安装node.js时提示 NVM Needs curl to proccess. 这是怎么回事? 大虾指教,小弟拜谢。
你没装curl吧。
sudo apt-get install curl
多谢!按照你说的方法搞定了~