Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create friendlier errors for common problems #204

Closed
3 of 4 tasks
KyleAMathews opened this issue Mar 22, 2016 · 2 comments
Closed
3 of 4 tasks

Create friendlier errors for common problems #204

KyleAMathews opened this issue Mar 22, 2016 · 2 comments
Labels
stale? Issue that may be closed soon due to the original author not responding any more.

Comments

@KyleAMathews
Copy link
Contributor

KyleAMathews commented Mar 22, 2016

  • EADDRINUSE should be caught and we explain another process is using it and how to find it
  • If user runs gatsby develop in the wrong directory atm, Gatsby just throws an error about not being able to require app.js.
  • fuzzy match unknown exports to APIs looking for typos and suggest the API they meant to use.
  • If someone implements modifyWebpackConfig throw an error if the return isn't an object.

Suggest more in comments :)

@KyleAMathews
Copy link
Contributor Author

Added invariant for return value of modifyWebpackConfig in #300

@jbolda jbolda added the stale? Issue that may be closed soon due to the original author not responding any more. label Jun 5, 2017
@stale
Copy link

stale bot commented Oct 22, 2017

This issue has been automatically closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale? Issue that may be closed soon due to the original author not responding any more.
Projects
None yet
Development

No branches or pull requests

2 participants