美文网首页
mac开发基础软件安装

mac开发基础软件安装

作者: DXYang | 来源:发表于2020-08-11 17:49 被阅读0次

    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
    
    1. nrm
    npm install -g nrm
    

    相关文章

      网友评论

          本文标题:mac开发基础软件安装

          本文链接:https://www.haomeiwen.com/subject/yimydktx.html