1.cornerstone
允许全部来源,文件还是损坏
sudo xattr -d com.apple.quarantine /Applications/xxxx.app
注意:/Applications/xxxx.app 换成你的App路径
2.Homebrew
https://zhuanlan.zhihu.com/p/111014448
3.nvm
https://github.com/nvm-sh/nvm/blob/master/README.md#install--update-script
4.安装node npm
nvm ls-remote
nvm install 12.18.3
- nrm
npm install -g nrm
网友评论