T
T
twist2019-05-24 22:22:05
Angular
twist, 2019-05-24 22:22:05

Why does an error occur when creating an angular project?

I start creating a project using cli, I get this error. What to do?
Tell me please.

? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? (Use arrow keys)
> CSS
SCSS [ sass-lang.com/documentation/file.SASS_REFERENCE.ht... ]

? Which stylesheet format would you like to use? CSS
CREATE sitereeeee/angular.json (3843 bytes)
CREATE sitereeeee/package.json (1309 bytes)
CREATE sitereeeee/README.md (1027 bytes)
CREATE sitereeeee/tsconfig.json (435 bytes)
CREATE sitereeeee/tslint.json (1621 bytes)
CREATE sitereeeee/.editorconfig (246 bytes)
CREATE sitereeeee/.gitignore (629 bytes)
CREATE sitereeeee/src/favicon.ico (5430 bytes)
CREATE sitereeeee/src/index.html (297 bytes)
CREATE sitereeeee/src/main.ts (372 bytes)
CREATE sitereeeee/src/polyfills.ts (2841 bytes)
CREATE sitereeeee/src/styles.css (80 bytes)
CREATE sitereeeee/src/test.ts (642 bytes)
CREATE sitereeeee/src/browserslist (388 bytes)
CREATE sitereeeee/src/karma.conf.js (1023 bytes)
CREATE sitereeeee/src/tsconfig.app.json (166 bytes)
CREATE sitereeeee/src/tsconfig.spec.json (256 bytes)
CREATE sitereeeee/src/tslint.json (244 bytes)
CREATE sitereeeee/src/assets/.gitkeep (0 bytes)
CREATE sitereeeee/src/environments/environment.prod.ts (51 bytes)
CREATE sitereeeee/src/environments/environment.ts (662 bytes)
CREATE sitereeeee/src/app/app.module.ts (314 bytes)
CREATE sitereeeee/src/app/app.component.html (1120 bytes)
CREATE sitereeeee/src/app/app.component.spec.ts (990 bytes)
CREATE sitereeeee/src/app/app.component.ts (214 bytes)
CREATE sitereeeee/src/app/app.component.css (0 bytes)
CREATE sitereeeee/e2e/protractor.conf.js (752 bytes)
CREATE sitereeeee/e2e/tsconfig.e2e.json (213 bytes)
CREATE sitereeeee/e2e/src/app.e2e-spec.ts (639 bytes)
CREATE sitereeeee/e2e/src/app.po.ts (251 bytes)
events.js:174
throw er; // Unhandled 'error' event
^

Error: spawn C:\Users\Ярослав\AppData\Local\Programs\Python\Python37\python.exe
ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
at onErrorNT (internal/child_process.js:415:16)
at process._tickCallback (internal/process/next_tick.js:63:19)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sfork38, 2019-05-25
@sfork38

Have you tried npm audit fix?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question