warning An error was encountered in plugin "@vuepress/back-to-top"

背景

今天在给 VuePress 项目安装 @vuepress/back-to-top 插件时出了个小问题:在依赖和配置都没问题的情况下,插件没有正常显示。终端信息还提示“warning An error was encountered in plugin “@vuepress/back-to-top””,明显就是加载不到插件,那么这个问题如何解决呢?

解决办法

在项目下安装 vuepress 依赖 :

yarn add -D vuepress
# 或者 npm install -D vuepress

个人觉得这很可能是 VuePress 的 BUG…所以不建议直接使用全局 VuePress 哦~

你可能感兴趣的:(VuePress,Vue)