Closed stevegrunwell closed 8 years ago
NPM was one commit behind. I also rolled in the bracket fixes from @jtsternberg and released to NPM as 0.4.1. Can you give it another test via NPM and make sure it's working for you? Seems to be ok for me now.
Going to close this for now as it appears to be working fine now.
There may be a discrepancy in what's tagged for release 0.4.0 on npm and what's currently in master (though GitHub is not showing one):
I was trying to get
wp-make
working today and kept running into issues (npm 3.6.0, yo 1.7.0,wp-make
installed vianpm install -g generator-wp-make
).List of generators (with blank space below wp-make):
Help for the
wp-make
generator:Following the instructions provided in the previous help menu:
Following the documentation found elsewhere for generating a new theme:
Once I manually cloned and
npm link
d everything, the generator began behaving as expected. Is there a reason why this can't be installed via npm?