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.
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.