摘要: 安装Node、npm 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2 brew install node 3 node -v:查看node版本 4 npm -v 阅读全文
posted @ 2020-04-25 12:31 doubletcjs 阅读(1247) 评论(0) 推荐(0) 编辑