影者东升 发表于 2021-7-13 17:04:58

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

$ 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的问题及解决方法

  
文档来源:51CTO技术博客https://blog.51cto.com/u_13567403/3039819
页: [1]
查看完整版本: mac下使用brew安装node.js环境