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

git may not be installed properly on this device or something else is preventing angular-rollup from merging with @angular/cli. #35

Open
WahidN opened this issue Aug 10, 2019 · 1 comment

Comments

@WahidN
Copy link

WahidN commented Aug 10, 2019

Im getting this strange error when scaffolding a new project.
I've installed Java JDK 8 and I got git. I'm on a Windows 10 x64

CREATE apps/e2e/app.po.ts (208 bytes)
CREATE apps/e2e/tsconfig.e2e.json (235 bytes)
CREATE apps/karma.conf.js (923 bytes)
CREATE apps/package.json (1289 bytes)
CREATE apps/protractor.conf.js (722 bytes)
CREATE apps/README.md (1020 bytes)
CREATE apps/tsconfig.json (363 bytes)
CREATE apps/tslint.json (3012 bytes)
CREATE apps/.angular-cli.json (1241 bytes)
CREATE apps/.editorconfig (245 bytes)
CREATE apps/.gitignore (544 bytes)
CREATE apps/src/assets/.gitkeep (0 bytes)
CREATE apps/src/environments/environment.prod.ts (51 bytes)
CREATE apps/src/environments/environment.ts (387 bytes)
CREATE apps/src/favicon.ico (5430 bytes)
CREATE apps/src/index.html (291 bytes)
CREATE apps/src/main.ts (370 bytes)
CREATE apps/src/polyfills.ts (3114 bytes)
CREATE apps/src/styles.scss (80 bytes)
CREATE apps/src/test.ts (642 bytes)
CREATE apps/src/tsconfig.app.json (211 bytes)
CREATE apps/src/tsconfig.spec.json (283 bytes)
CREATE apps/src/typings.d.ts (104 bytes)
CREATE apps/src/app/app.module.ts (316 bytes)
CREATE apps/src/app/app.component.html (1141 bytes)
CREATE apps/src/app/app.component.spec.ts (986 bytes)
CREATE apps/src/app/app.component.ts (208 bytes)
CREATE apps/src/app/app.component.scss (0 bytes)
Project 'apps' successfully created.


git may not be installed properly on this device or something else is preventing angular-rollup from merging with @angular/cli.```
@steveblue
Copy link
Owner

steveblue commented Aug 19, 2019

This is most likely an issue with your machine's configuration. Not reproducible on another windows device. This error appears when the root directory is not a git repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants