Riemann告警系统终极指南:3步配置邮件、Slack与PagerDuty通知
2026/4/16 23:52:16
在root下升级Node.js到22+
使用NodeSource安装Node.js 22
apt-get remove -y nodejs npm
apt-get autoremove -y
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
node --version
npm --version