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
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
Currently when installing Feathers you get a warning because of an old Lodash dependency used in feathers-errors. Since it is only used in one place we can probably just remove it.
The text was updated successfully, but these errors were encountered:
Maybe we can put the error types into a separate repo at feathers-error-types. Something I've been wondering is if it is really possible to make a generic error handler or if you'll eventually have to modify it for your app anyway. In the generated app I currently just add one as its own middleware (https://github.com/feathersjs/generator-feathers/blob/app-architecture/app/templates/static/src/middleware/error.js) that just spits out an HTML page or the JSON error that you can then modify as needed.
Ya I've been considering that as well. I'd rather see error types go with core as a dependency and then move this to part of the boilerplate as middleware. That way it's easy for people to customize or get rid of if they want.
Currently when installing Feathers you get a warning because of an old Lodash dependency used in feathers-errors. Since it is only used in one place we can probably just remove it.
The text was updated successfully, but these errors were encountered: