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
Running gatsby develop or gatsby build with an invalid property on gatsby-config.js that's not in any of these throws an unhelpful error message. See below:
gatsby-config.js
Gatsby's CLI Output
Steps to reproduce
Go to gatsby-config.js and add any property that's not any of these
Need to have a useful CLI error messages on gatsby
What happened.
Didn't have a useful CLI error message
Environment
P.S.
I'd like to help resolve this issue and file a PR if someone is willing to guide me through the codebase that needs to be looked at. Currently I've only searched for terms such as dispatch as I guess there's a reducer that's firing an effect somewhere but I'm finding it hard which to look for.
The text was updated successfully, but these errors were encountered:
Description
Running
gatsby develop
orgatsby build
with an invalid property ongatsby-config.js
that's not in any of these throws an unhelpful error message. See below:gatsby-config.js
Gatsby's CLI Output
Steps to reproduce
Go to
gatsby-config.js
and add any property that's not any of theseRun
gatsby develop
orgatsby build
commandsSee repo demo file
Expected result
What should happen?
Need to have a useful CLI error messages on gatsby
What happened.
Didn't have a useful CLI error message
Environment
P.S.
I'd like to help resolve this issue and file a PR if someone is willing to guide me through the codebase that needs to be looked at. Currently I've only searched for terms such as dispatch as I guess there's a reducer that's firing an effect somewhere but I'm finding it hard which to look for.
The text was updated successfully, but these errors were encountered: