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.
Seems to have been removed from generator-feathers/meta.json.
I can't find any documentation or discussion in the Issues on neither this cli repo nor the generator-feathers repo. Only this commit: feathersjs-ecosystem/generator-feathers#422
$ feathers g secret
events.js:187
throw er; // Unhandled 'error' event
^
Error: You don't seem to have a generator with the name “feathers:secret” installed.
But help is on the way:
You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/.
Install them with npm install generator-feathers:secret.
To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators.
//stacktrace (pruned)
also:
$ feathers -h
Usage: feathers generate [type]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
generate|g [type] Run a generator. Type can be
• app - Create a new Feathers application in the current folder
• authentication - Set up authentication for the current application
• connection - Initialize a new database connection
• hook - Create a new hook
• middleware - Create an Express middleware
• service - Generate a new service
• plugin - Create a new Feathers plugin
upgrade|u Try to automatically upgrade to the latest Feathers version
*
System configuration
Module versions (especially the part that's not working): 4.2.3
NodeJS version: 12.13.0
Operating System: OSX 10.13
The text was updated successfully, but these errors were encountered:
An authentication secret is generated automatically so the secret generator didn't make much sense (and was generating far too long of a sequence to be useful). You can generate a random string with most standard tools, e.g. from the command line via
Seems to have been removed from generator-feathers/meta.json.
I can't find any documentation or discussion in the Issues on neither this cli repo nor the generator-feathers repo. Only this commit: feathersjs-ecosystem/generator-feathers#422
also:
System configuration
Module versions (especially the part that's not working): 4.2.3
NodeJS version: 12.13.0
Operating System: OSX 10.13
The text was updated successfully, but these errors were encountered: