Skip to content

Error while creating the new angular project with version 7.1.0-beta.0 #12949

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

Closed
ynru opened this issue Nov 13, 2018 · 2 comments
Closed

Error while creating the new angular project with version 7.1.0-beta.0 #12949

ynru opened this issue Nov 13, 2018 · 2 comments

Comments

@ynru
Copy link

ynru commented Nov 13, 2018

Bug Report or Feature Request (mark with an x)

I have upgraded the angular-cli version to 7.1.0-beta.0.
while creating the new project I am getting the following error

D:\>ng new angSevenTest
? Would you like to add Angular routing? Yes
? Which stylesheet format would you like to use? CSS
CREATE angSevenTest/angular.json (3822 bytes)
CREATE angSevenTest/package.json (1397 bytes)
CREATE angSevenTest/README.md (1036 bytes)
CREATE angSevenTest/tsconfig.json (435 bytes)
CREATE angSevenTest/tslint.json (2837 bytes)
CREATE angSevenTest/.editorconfig (245 bytes)
CREATE angSevenTest/.gitignore (576 bytes)
CREATE angSevenTest/src/favicon.ico (5430 bytes)
CREATE angSevenTest/src/index.html (299 bytes)
CREATE angSevenTest/src/main.ts (372 bytes)
CREATE angSevenTest/src/polyfills.ts (3234 bytes)
CREATE angSevenTest/src/test.ts (642 bytes)
CREATE angSevenTest/src/styles.css (80 bytes)
CREATE angSevenTest/src/browserslist (388 bytes)
CREATE angSevenTest/src/karma.conf.js (980 bytes)
CREATE angSevenTest/src/tsconfig.app.json (166 bytes)
CREATE angSevenTest/src/tsconfig.spec.json (256 bytes)
CREATE angSevenTest/src/tslint.json (314 bytes)
CREATE angSevenTest/src/assets/.gitkeep (0 bytes)
CREATE angSevenTest/src/environments/environment.prod.ts (51 bytes)
CREATE angSevenTest/src/environments/environment.ts (662 bytes)
CREATE angSevenTest/src/app/app-routing.module.ts (245 bytes)
CREATE angSevenTest/src/app/app.module.ts (393 bytes)
CREATE angSevenTest/src/app/app.component.html (1152 bytes)
CREATE angSevenTest/src/app/app.component.spec.ts (1113 bytes)
CREATE angSevenTest/src/app/app.component.ts (216 bytes)
CREATE angSevenTest/src/app/app.component.css (0 bytes)
CREATE angSevenTest/e2e/protractor.conf.js (752 bytes)
CREATE angSevenTest/e2e/tsconfig.e2e.json (213 bytes)
CREATE angSevenTest/e2e/src/app.e2e-spec.ts (308 bytes)
CREATE angSevenTest/e2e/src/app.po.ts (208 bytes)
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: spawn C:\Windows\system32\cmd.exe ENOENT
    at _errnoException (util.js:992:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
    at onErrorNT (internal/child_process.js:372:16)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)

D:\>
@alan-agius4
Copy link
Collaborator

Duplicate of #12670

@alan-agius4 alan-agius4 marked this as a duplicate of #12670 Nov 13, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants