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

参考

  1. Mac如何使用Homebrew安装node.js环境
  2. brew install/update过程中download failed的问题及解决方法
上一篇:动态规划练习——从暴力递归—>记忆化搜索—>经典动态规划


下一篇:小技巧:为 Eclipse 设置链式调用的代码格式化(Formatter)