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.

Home Page:https://generator.feathers-plus.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to FeathersJS v4 (Crow)?

khuongduybui opened this issue · comments

@eddyystop any plan on that?

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...

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

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

commented

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.