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 Jan 3, 2023. It is now read-only.
The following happens when generator-feathers is bumped but the user is on an older version via feathers-cli. Following the instructions won't work, as the cli uses its own instance of the module as a local dependency.
$ feathers generate
Feathers CLI
┌──────────────────────────────────────────────────┐
│ Update available: 0.7.0 (current: 0.6.20) │
│ Run npm install -g generator-feathers to update. │
└──────────────────────────────────────────────────┘
? Do you want to update this generator? (Use arrow keys)
❯ Yes (stops the generator and runs npm install -g generator-feathers)
No (continues running the generator)
Get me out of here
The text was updated successfully, but these errors were encountered:
The following happens when
generator-feathers
is bumped but the user is on an older version viafeathers-cli
. Following the instructions won't work, as the cli uses its own instance of the module as a local dependency.The text was updated successfully, but these errors were encountered: