背景

主题更新了,顺手把框架也更新一下。

升级 Hexo:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 使用淘宝源的 cnpm 替换 npm
npm install -g cnpm --registry=https://registry.npm.taobao.org

cnpm install -g cnpm # 升级 npm
cnpm cache clean -f # 清除 npm 缓存

===更新 hexo: 进入 blog 目录,执行如下命令===
# 更新 package.json 中的 hexo 及个插件版本
cnpm install -g npm-check # 检查之前安装的插件,都有哪些是可以升级的
cnpm install -g npm-upgrade # 升级系统中的插件
npm-check
npm-upgrade

# 更新 hexo 及所有插件
cnpm update

# 确认 hexo 已经更新
hexo -v

未升级之前,当前配置:

  • hexo: 6.0.0
  • Butterfly: 4.0.0
  • node: v16.14.0
  • npm: 8.3.1

升级之后的版本:

  • Hexo: 6.3.0
  • Butterfly: 4.4.0
  • Node: v16.14.0
  • npm: 8.3.1