- C:\Users\tiago>ng new bytebank ? Would you like to add Angular routing? No ? Which stylesheet format would you like to use? SCSS [ https://sass-lang.com/documentation/syntax#scss ] CREATE bytebank/angular.json (3670 bytes) CREATE bytebank/package.json (1251 bytes) CREATE bytebank/README.md (1026 bytes) CREATE bytebank/tsconfig.json (458 bytes) CREATE bytebank/tslint.json (3185 bytes) CREATE bytebank/.editorconfig (274 bytes) CREATE bytebank/.gitignore (631 bytes) CREATE bytebank/.browserslistrc (853 bytes) CREATE bytebank/karma.conf.js (1020 bytes) CREATE bytebank/tsconfig.app.json (287 bytes) CREATE bytebank/tsconfig.spec.json (333 bytes) CREATE bytebank/src/favicon.ico (948 bytes) CREATE bytebank/src/index.html (294 bytes) CREATE bytebank/src/main.ts (372 bytes) CREATE bytebank/src/polyfills.ts (2835 bytes) CREATE bytebank/src/styles.scss (80 bytes) CREATE bytebank/src/test.ts (753 bytes) CREATE bytebank/src/assets/.gitkeep (0 bytes) CREATE bytebank/src/environments/environment.prod.ts (51 bytes) CREATE bytebank/src/environments/environment.ts (662 bytes) CREATE bytebank/src/app/app.module.ts (314 bytes) CREATE bytebank/src/app/app.component.html (25725 bytes) CREATE bytebank/src/app/app.component.spec.ts (946 bytes) CREATE bytebank/src/app/app.component.ts (213 bytes) CREATE bytebank/src/app/app.component.scss (0 bytes) CREATE bytebank/e2e/protractor.conf.js (869 bytes) 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.8" from karma-jasmine-html-reporter@1.7.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\tiago\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\tiago\AppData\Local\npm-cache_logs\2022-01-10T18_02_24_563Z-debug-0.log × Package install failed, see above. The Schematic workflow failed. See above.
Verifiquei as versões e está tudo correto, Node 14.18 e o Angular 1.6. Não sei como resolver isso.