10up / generator-wp-make

A Yeoman generator for making WordPress things
184 stars 42 forks source link

yo not finding wp-make #111

Open malay264 opened 5 years ago

malay264 commented 5 years ago

Describe your question

I have installed yeoman and its running fine. yo doctor also shows no error but after installing wp-make yo is not finding this generator. I tried git pull & npm link as well as npm install -g generator-wp-make. But on running yo wp-make is gives following output: You don't seem to have a generator with the name “wp-make” 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-wp-make.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators.

If yo cannot find the generator, run yo doctor to troubleshoot your system.

I am relatively new and i am trying to set up a proper environment for wordpress development by seeing a few videos but i am badly stuck here. Please help Allready installed VVV, VV and Yeoman successfully and are running fine.

arth36 commented 4 years ago

also i am facing the same issue but cant understand how to solve it..