Closed chanceymathews closed 8 years ago
@lkwdwrd helped me with this. Looks like I am supposed to use the master version (0.4.0), and I must have done something weird to end up with 1.0.0 when I tried to install it from the npm repo. In the end: user error. :-)
Hello,
Yeoman can't see generator-wp-make after I install it.
Apologies in advance if I'm missing something obvious. I'm new to Yeoman and not sure where to start with debugging it. That said, other generators installed the same way work fine, so it seems to be something specific to this one.
I installed two different ways:
npm link
npm install -g generator-wp-make
The result of the following checks is the same with either installation method.
First, I checked I had the latest versions of everything:
Then, I checked if Yeoman could see it:
yo doctor
reported that everything is fine. I checked my$NODE_PATH
to make sure node_modules was there and then checked node_modules to make sure the generator was there.I tried installing other generators from npm (e.g.
npm install -g generator-angular
) and those work as expected.Any suggestions on what I should check next?
Thank you!