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
Deprecation warnings from the Node environment should not lead to failing Gatsby Cloud builds.
Currently gatsby-starter-try-ghost is hit by #18433. As this is only a warning, it should not lead to failing builds on Gatsby Cloud.
Reproduction
Simply try to build a starter affected by #18433, e.g. gatsby-starter-try-ghost on Gatsby Cloud and observe the build logs.
Solution
I'm not sure if this should be solved in the Gatsby Cloud environment or in Gatsby CLI. It seems wrong that Gatsby CLI is issuing an ERROR in case of these warnings. However, when you build locally, the build finishes correctly.
The text was updated successfully, but these errors were encountered:
Please contact [email protected] - the repository is not the right place for inquiries about Gatsby Cloud.
We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!
Description
Deprecation warnings from the Node environment should not lead to failing Gatsby Cloud builds.
Currently gatsby-starter-try-ghost is hit by #18433. As this is only a warning, it should not lead to failing builds on Gatsby Cloud.
Reproduction
Simply try to build a starter affected by #18433, e.g. gatsby-starter-try-ghost on Gatsby Cloud and observe the build logs.
Solution
I'm not sure if this should be solved in the Gatsby Cloud environment or in
Gatsby CLI
. It seems wrong thatGatsby CLI
is issuing anERROR
in case of these warnings. However, when you build locally, the build finishes correctly.The text was updated successfully, but these errors were encountered: