feathers-plus / generator-feathers-plus

A Yeoman generator to (re)generate a FeathersJS application supporting both REST and GraphQL architectural concepts and their query languages.
https://generator.feathers-plus.com/
Other
44 stars 30 forks source link

Upgrade to FeathersJS v4 (Crow)? #279

Closed khuongduybui closed 4 years ago

khuongduybui commented 5 years ago

FeathersJS v4 (Crow) has been released. https://blog.feathersjs.com/introducing-feathers-4-a-framework-for-real-time-apps-and-rest-apis-afff3819055b

The migration guide is here: https://docs.feathersjs.com/guides/migrating.html

blackholegalaxy commented 5 years ago

@eddyystop any plan on that?

khuongduybui commented 5 years ago

I tried https://docs.feathersjs.com/guides/migrating.html#auto-upgrade but of course that didn't work.

api on  typescript [!?] is 📦 v0.0.0 via ⬢ 11.15.0
➜ feathers upgrade
events.js:170
      throw er; // Unhandled 'error' event
      ^

AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: /home/duybui/code/skeleton/api/src/authentication.js

It failed to find authentication.js because I'm using TypeScript... On top of that It failed with the same error when trying to upgrade a TypeScript app freshly created from feathers/cli too... I'll try the manual upgrade guide and report later...

florianbepunkt commented 5 years ago

Some information on the status/plans for this project from the maintainers would be great.

hybridmuse commented 4 years ago

@eddyystop hasn't been active on Github for almost a year now. Hopefully everything's alright for them.

guzz commented 4 years ago

I have been making my own generator based on this, and I will have to update to feathers 4 for it, I probably can make a PR for this.