Blog using Hexo
npm
hexo 依赖的很多 nodejs 包都过期了,但发现在Ubuntu 23.04 上很难更新(编译node-sass 要用的 python2 都需要自己源码编译安装),索性先搁置吧。
npm install慢npm config get registrynpm config set registry=https://registry.npmmirror.com
FetchError: request to https://registry.npm.taobao.org/ansi-regex failed, reason: certificate has expirednpm config set strict-ssl falsenpm cache clean --force