adamdehaven / vuepress-plugin-custom-tooltip

A customizable, reusable tooltip component for VuePress. This plugin is a VuePress wrapper for @adamdehaven/vue-custom-tooltip.
https://www.adamdehaven.com/blog/how-to-install-a-customizable-vue-tooltip-component-to-create-help-text-and-abbreviations/
MIT License
4 stars 0 forks source link

[Bug Report] #2

Closed sumaiyamannan closed 3 years ago

sumaiyamannan commented 3 years ago

Describe the bug I have followed the instructions to install it in a vuepress project

To Reproduce Steps to reproduce the behavior:

Run npm install @adamdehaven/vuepress-plugin-custom-tooltip And plugins: ['@adamdehaven/vuepress-plugin-custom-tooltip'], config.js file And add the below to a to the .md file What is a tooltip?

Expected behavior I expected the tooltip to show

What is actually happening Plugin is not working

Desktop (please complete the following information):

Additional context Add any other context about the problem here. During vuepress dev docs, I received the below error warning An error was encountered in plugin "@adamdehaven/vuepress-plugin-custom-tooltip"

sumaiyamannan commented 3 years ago

I found the solution from here https://github.com/vuejs/vuepress/issues/2033 Basically use yarn instead of npm for the installation and the issue is sorted

adamdehaven commented 3 years ago

According to the docs, you should use yarn for VuePress projects.