Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Erro ao criar o projeto

Ao tentar criar o projeto dá erro mesmo com CSS ou SCSS. Já removi e instalei a mesma versão do Node e também do Angular.

CREATE bytebank/e2e/tsconfig.json (294 bytes) CREATE bytebank/e2e/src/app.e2e-spec.ts (641 bytes) CREATE bytebank/e2e/src/app.po.ts (301 bytes)

  • Installing packages...npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: bytebank@0.0.0 npm ERR! Found: jasmine-core@3.6.0 npm ERR! node_modules/jasmine-core npm ERR! dev jasmine-core@"~3.6.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer jasmine-core@">=3.7.1" from karma-jasmine-html-reporter@1.6.0 npm ERR! node_modules/karma-jasmine-html-reporter npm ERR! dev karma-jasmine-html-reporter@"^1.5.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\m_sal\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\m_sal\AppData\Local\npm-cache_logs\2021-05-14T03_47_25_987Z-debug.log × Package install failed, see above. The Schematic workflow failed. See above.

3 respostas
solução!

Amigo, eu resolvi assim:

Instalei a versão do NODEJS de acordo com a versão do curso, após isso, executei os seguintes comandos:

npm uninstall -g @angular/cli

npm cache clean --force

npm install -g @angular/cli@10.1.6

npm install yarn -g

ng config -g cli.packageManager yarn

Vou testar depois, estou formatando a máquina

Obrigado

Obrigado Luan,

Só assim resolveu. Formatei a máquina e não resolveu; Só com esses passos resolveram.