首先贴出官网代码
官网地址配置:https://www.npmjs.com/package/hexo-helper-live2d
按如下步骤执行
1️⃣ 首先检查博客主目录下面的 package.json
里是否有"hexo-helper-live2d": "^3.0.3",
依赖,有的话可以先卸载
使用命令:npm uninstall hexo-helper-live2d
之后再安装:npm install --save hexo-helper-live2d
注意:命令都是在你的博客主目录执行