at https://www.gatsbyjs.org/docs/page-build-optimizations-for-incremental-data-changes/#reporting-what-has-been-built it is writting I can use a --log-pages flag. But my cli says that flag does not exist. I tried different recent versions of gatsby.
I ran into the same issue - the code is in gatsby but not gatsby-cli. I've fixed it here:
I'm pretty sure this flag existed in the past.
Is there any new equivalent? I couldn't find anything related to this change in the changelog.
I'm pretty sure this flag existed in the past.
Is there any new equivalent? I couldn't find anything related to this change in the changelog.
Same here, my daily build just failed.
Broke by [email protected] 2 days ago.
https://github.com/gatsbyjs/gatsby/pull/23839
yargs upgraded from v12 to v15 and is incompatible.
## [14.0.0](https://github.com/yargs/yargs/compare/v13.3.0...v14.0.0) (2019-07-30)
### âš BREAKING CHANGES
* do not allow additional positionals in strict mode
Hey folks. We just released [email protected] / [email protected] (thanks to PR by @albertlincoln ). Updating should fix this problem
Most helpful comment
Hey folks. We just released
[email protected]/[email protected](thanks to PR by @albertlincoln ). Updating should fix this problem