This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
Updated to vue 2.4.2 recently and vue-styleguidist
gives an error of a version mismatch between vue
(2.4.2) and vue-template-compiler
(2.4.1).
I traced it back to the dependency here for vue-template-compiler
at 2.3.4
It works if I manually change it to 2.4.2 in my project's lock file.