评论

收藏

[JavaScript] mac下使用brew安装node.js环境

开发技术 开发技术 发布于:2021-07-13 17:04 | 阅读数:512 | 评论:0

$ brew install node
  安装了一堆东西…,不要紧张

报错
DownloadError: Failed to download resource "node"
  解决:
打开文件~/.bash_profile, 添加:
export SSL_CERT_DIR="/usr/local/etc/openssl/certs"
export SSL_CERT_FILE="/usr/local/etc/openssl/cert.pem"
  别忘记执行:
source ~/.bash_profile
  参考

  • Mac如何使用Homebrew安装node.js环境
  • brew install/update过程中download failed的问题及解决方法

  
关注下面的标签,发现更多相似文章