Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular project creation crashes when git is not configured #83

Open
jambulud opened this issue Sep 30, 2020 · 0 comments
Open

Angular project creation crashes when git is not configured #83

jambulud opened this issue Sep 30, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@jambulud
Copy link
Member

Describe the bug
ng project creation crashes when git is not configured

To Reproduce
Steps to reproduce the behavior:

  1. The fields "email" and "username" must be unset in git configuration
  2. Create a ng project with devonfw dashboard.

Expected behavior
When you do "ng new" it creates an empty project but it also tries to setup git. If email and username is missing in git configuration, it crashes

Screenshots

Desktop (please complete the following information):

  • OS: macOs, Windows 10, Linux (mint 19)

Smartphone (please complete the following information):

Additional context
The easiest solution is adding "--skip-git" to devon ng command.
Send it like other arguments to the backend, like the name, css, routing

@jambulud jambulud added the bug Something isn't working label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant