WebDevStudios / generator-plugin-wp

Yeoman WordPress Plugin Generator
GNU General Public License v3.0
293 stars 64 forks source link

Taxonomy sub-generator not installed #95

Closed skelly-jbfc closed 8 years ago

skelly-jbfc commented 8 years ago

Can't get new taxonomies to work. I didn't have taxonomy_core installed the first time, but I installed it, rebuilt and everything, and still no luck. Running the latest version of yeoman and generator-wp-plugin.

yo plugin-wp:taxonomy newtaxname

Error plugin-wp:taxonomy newtaxname

You don't seem to have a generator with the name plugin-wp:taxonomy installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].

yo --generators

Available Generators:

  plugin-wp
    cpt
    css
    include
    js
    options
    widget
jazzsequence commented 8 years ago

You might have an older version of the plugin generator. I recommend updating but hold off until tomorrow because @binarygary may be pushing an update tonight.

binarygary commented 8 years ago

I just pushed version 0.16.1 to npm. If you update using the yo updater or (probably?) npm update -g generator-plugin-wp you should have version 0.16.1 with taxonomy, cli, endpoint, pagebuilder subgenerators available.

bradp commented 8 years ago

You can also do yo and update your generators from there.

Going to close this, feel free to re-open if you still have this issue after updating.