First time using Yeoman. I run yo patternpack:init test-yeoman-library and get this error:
Error patternpack:init test-yeoman-library
You don't seem to have a generator with the name patternpack:init installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 0 registered generators run yo with the `--help` option.
I checked the list of public generators and don't see anything. Does this need to be published, or do I need to reference it somehow?
First time using Yeoman. I run
yo patternpack:init test-yeoman-libraryand get this error:I checked the list of public generators and don't see anything. Does this need to be published, or do I need to reference it somehow?