Closed ibjorn closed 3 years ago
Hi @ibjorn I think you might've upgraded right in the middle of our release process in the few minutes between when the latest release for everything published. There's a newer version of the source plugin which will make this message go away :) It should be 4.0.0
I'm not even surprised. I suspected something like that, but then I was like, "Nah, what are the chances?"
Thanks man!
I know right 😆 it's hard to believe when that kind of thing happens. The last chance for it was a few minute span probably over a month ago :p let me know if you're still having trouble after upgrading though 👍
It's 2020, nothing surprises me anymore! 😆
I came right thanks. Still trying to wrap my head around how to deal with blocks on a page. I can't find much insight in the best way to go about iterating through blocks on a page.
Thanks for all the amazing work on this! I can see a lot of improvements since I last fiddled with WP/Gatsby about 6 or so months ago.
Hey guys, I know there was a recent update to the WPGatsby plugin but not sure why Im having the same issue -Your remote version of WPGatsby is not within the accepted range (>=0.6.0 <0.7.0) I did npm install gatsby-source-wordpress@latest and the lock file says its "version": "4.0.1" The WP plugin is Version 1.0.1 What am I missing here?
@MarvelMoe did you update the plugin name in gatsby-config.js from gatsby-source-wordpress-experimental to gatsby-source-wordpress? v4.0.1 supports >=0.9.0 <2.0.0
@TylerBarnes Hi, yes I did...unless you're saying I should add that extra v4.0.1 supports >=0.9.0 <2.0.0 as well?
Earlier I updated WPGatsby to 0.7.2. Afterwards I started getting build errors and proceeded to follow the suggestions and updated my gatsby-source-wordpress-experimental to 3.3.1.
Unfortunately I'm unable to get past this build error.
I've deleted my node_modules folder and package-lock,json and done a fresh install. I also completely removed WPGatsby and reinstalled, as well as upgraded everything that was willing and able to upgrade.
However, this little guy just won't go away:
My package,json:
Besides WP Gatsby 0.7.2, on WP side I also have the following installed:
Am I missing something? Should I perhaps downgrade my WPGatsby plugin? Hopefully it's something as simple as the conditional checking the version numbers wanting some attention?