You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I think I see a small bug here. Yo reads your github username and email from ~/.gitconfig. But when you attempt to override that during the yo prompts, the values are not properly set in package.json, bower.json, and .yo-rc.json. (the values from .gitconfig are still being used.)
Steps to repeat the issue:
Set up a ~/.gitconfig file with a user block with name and email
Run yo mjs and for the 3rd question ? What is your GitHub name <email>? enter John Smith <[email protected]>
Check the json files listed above for githubName, author, and other properties.
FWIW, yo-rc.json does have the proper appAuthor property.
The text was updated successfully, but these errors were encountered:
Hi.
I think I see a small bug here. Yo reads your github username and email from ~/.gitconfig. But when you attempt to override that during the yo prompts, the values are not properly set in package.json, bower.json, and .yo-rc.json. (the values from .gitconfig are still being used.)
Steps to repeat the issue:
yo mjs
and for the 3rd question? What is your GitHub name <email>?
enterJohn Smith <[email protected]>
FWIW, yo-rc.json does have the proper appAuthor property.
The text was updated successfully, but these errors were encountered: