Open magick93 opened 6 years ago
I experienced the same and solved it like that:
1.) use the latest version of markdownit
in your package.json
change to"@nuxtjs/markdownit": "latest",
(v.1.2.1 is the latest one)
2.) replace all dependency load paths like ~components/Header.vue
with ~/components/Header.vue
or better @/components/Header.vue
.. it's basicly the missing /
i guess
When I run
npm run dev
I get the following errors:and