gilsdav / ng-afelio

Extended Angular CLI
5 stars 6 forks source link

ng-afelio new with ui-kit error on Windows #107

Open MGinettiPro opened 10 months ago

MGinettiPro commented 10 months ago

ng-afelio new ws-testing-prepa-03 --ui-kit tailwind

Output: CREATE ws-testing-prepa-03/angular.json (2939 bytes) CREATE ws-testing-prepa-03/package.json (1050 bytes) CREATE ws-testing-prepa-03/README.md (1070 bytes) CREATE ws-testing-prepa-03/tsconfig.json (901 bytes) CREATE ws-testing-prepa-03/.editorconfig (274 bytes) CREATE ws-testing-prepa-03/.gitignore (548 bytes) CREATE ws-testing-prepa-03/tsconfig.app.json (263 bytes) CREATE ws-testing-prepa-03/tsconfig.spec.json (273 bytes) CREATE ws-testing-prepa-03/.vscode/extensions.json (130 bytes) CREATE ws-testing-prepa-03/.vscode/launch.json (470 bytes) CREATE ws-testing-prepa-03/.vscode/tasks.json (938 bytes) CREATE ws-testing-prepa-03/src/main.ts (214 bytes) CREATE ws-testing-prepa-03/src/favicon.ico (948 bytes) CREATE ws-testing-prepa-03/src/index.html (302 bytes) CREATE ws-testing-prepa-03/src/styles.scss (80 bytes) CREATE ws-testing-prepa-03/src/app/app-routing.module.ts (245 bytes) CREATE ws-testing-prepa-03/src/app/app.module.ts (393 bytes) CREATE ws-testing-prepa-03/src/app/app.component.html (23115 bytes) CREATE ws-testing-prepa-03/src/app/app.component.spec.ts (1030 bytes) CREATE ws-testing-prepa-03/src/app/app.component.ts (224 bytes) CREATE ws-testing-prepa-03/src/app/app.component.scss (0 bytes) CREATE ws-testing-prepa-03/src/assets/.gitkeep (0 bytes) ✔ Packages installed successfully. warning: in the working copy of '.editorconfig', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of '.gitignore', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of '.vscode/extensions.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of '.vscode/launch.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of '.vscode/tasks.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'README.md', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'angular.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'package-lock.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'package.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/app/app-routing.module.ts', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/app/app.component.html', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/app/app.component.spec.ts', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/app/app.component.ts', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/app/app.module.ts', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/index.html', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/main.ts', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/styles.scss', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'tsconfig.app.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'tsconfig.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'tsconfig.spec.json', LF will be replaced by CRLF the next time Git touches it Successfully initialized git. ℹ Using package manager: npm ✔ Package information loaded. ✔ Packages successfully installed. 📦 Installing package '@angular/material' for external schematic setup... node:events:492 throw er; // Unhandled 'error' event ^

Error: spawn npm ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn npm', path: 'npm', spawnargs: [ 'install', '@angular/material' ] }

Node.js v18.17.1 CREATE src/environments/environment.ts (31 bytes) CREATE src/environments/environment.development.ts (31 bytes) UPDATE angular.json (3164 bytes) Please go to new directory "cd ./ws-testing-prepa-03"