You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
Hi, I just download it and run gridsome develop it works, but when I run gridsome build it doesn't works with the message below.
Write out page data (8 files) - 0s
assets/js/page--src-templates-markdown-page-vue.395893e9.js:171
this.observer.disconnect(); // And create another one for the next page.
^
TypeError: Cannot read property 'disconnect' of null
at a.$route (assets/js/page--src-templates-markdown-page-vue.395893e9.js:171:21)
The text was updated successfully, but these errors were encountered:
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&
Hi, I just download it and run
gridsome develop
it works, but when I rungridsome build
it doesn't works with the message below.The text was updated successfully, but these errors were encountered: