Closed kerbyj closed 4 years ago
@kerbyj
It's an issue related with https://github.com/yeoman/generator-generator/issues/166
looks like email is not optional at the end 😅
For a valid workaround, you should set correctly the email address in your git global config as shown:
git config --global user.email <email>
being email your email at github
I also fixed an issue related with a missing gitignore file, so you will have to reinstall generator once is uploaded to NPM
I didn't think there would be such a simple solution. Thank you so much 👍
Hey, I wanted to try this tool, but for some reason it crashes after license choising. I tried to figure it out, but my knowledge of node js is not enough
Trace:
Specs: OS:
Linux Mint 20 x86_64
Node:v10.19.0
NPM:6.14.7