Open rodrigorodriguescosta opened 3 years ago
Neither gridsome build
or gridsome develop
worked for me. I think some of the dependencies like node-sass
need to be updated as well.
Sadly, there are 5 errors:
error in ./src/templates/MarkdownPage.vue?vue&type=style&index=0&lang=css&
error in ./node_modules/gridsome-plugin-tailwindcss/node_modules/tailwindcss/tailwind.css
error in ./src/pages/Index.vue?vue&type=style&index=0&lang=css&
error in ./src/layouts/Default.vue?vue&type=style&index=0&lang=scss&
error in ./src/components/LayoutHeader.vue?vue&type=style&index=0&lang=scss&
@rodrigorodriguescosta I cloned this repo instead. It works. https://github.com/exuanbo/gridsome-starter-gdoc
hey @djmtype , I gave up with Gridsome, I swicted to Nuxt and it worked like a charm
I created a pull request that SHOULD fix this:
Hi, I just download it and run
gridsome develop
it works, but when I rungridsome build
it doesn't works with the message below.