miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.91k stars 258 forks source link

Latest version of highlight.js breaking builds #87

Open davidpurkiss opened 5 years ago

davidpurkiss commented 5 years ago

Hey,

My build started breaking today due to an issue with one of your dependencies 'highlight.js'. See issue https://github.com/highlightjs/highlight.js/issues/1984.

You might want to fix the version to the one you have in your package.json.

A workaround is to install the dependency directly but using npm install highlight.js@9.12.0 -save always adds it to the dev-dependencies so I added "highlight.js": "9.12.0" directly to the package.json.

Cheers,