node -v # 查看node.js版本号
npm update hexo -g # 升级
npm install hexo -g # 安装hexo
npm -v # 查看npm版本号
npm install
2021-07-21