- pkg文件
- nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
//or
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
- 安装node出现权限问题
sudo chmod -R 相关目录
//R 递归所有文件夹
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
//or
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
sudo chmod -R 相关目录
//R 递归所有文件夹
本文标题:mac安装node的方法
本文链接:https://www.haomeiwen.com/subject/rtaqhttx.html
网友评论