Skip to content

ng new error it´s driving me nuts #20738

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
14 tasks
valero-col opened this issue May 11, 2021 · 3 comments
Closed
14 tasks

ng new error it´s driving me nuts #20738

valero-col opened this issue May 11, 2021 · 3 comments

Comments

@valero-col
Copy link

🐞 Bug report

Command (mark with an x)

  • [x ] new
  • build
  • serve
  • test
  • e2e
  • generate
  • add
  • update
  • lint
  • extract-i18n
  • run
  • config
  • help
  • version
  • doc

Is this a regression?

Yes, the previous version in which this bug was not present was: ....

Description

I can´t make a new angular proyect.

🔬 Minimal Reproduction

🔥 Exception or Error





🌍 Your Environment





@valero-col
Copy link
Author

ng new Formulario
? Do you want to enforce stricter type checking and stricter bundle budgets in the workspace?
This setting helps improve maintainability and catch bugs ahead of time.
For more information, see https://angular.io/strict No
? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
CREATE Formulario/angular.json (3567 bytes)
CREATE Formulario/package.json (1211 bytes)
CREATE Formulario/README.md (1020 bytes)
CREATE Formulario/tsconfig.json (538 bytes)
CREATE Formulario/tslint.json (3185 bytes)
CREATE Formulario/.editorconfig (274 bytes)
CREATE Formulario/.gitignore (631 bytes)
CREATE Formulario/.browserslistrc (703 bytes)
CREATE Formulario/karma.conf.js (1427 bytes)
CREATE Formulario/tsconfig.app.json (287 bytes)
CREATE Formulario/tsconfig.spec.json (333 bytes)
CREATE Formulario/src/favicon.ico (948 bytes)
CREATE Formulario/src/index.html (296 bytes)
CREATE Formulario/src/main.ts (372 bytes)
CREATE Formulario/src/polyfills.ts (2830 bytes)
CREATE Formulario/src/styles.css (80 bytes)
CREATE Formulario/src/test.ts (753 bytes)
CREATE Formulario/src/assets/.gitkeep (0 bytes)
CREATE Formulario/src/environments/environment.prod.ts (51 bytes)
CREATE Formulario/src/environments/environment.ts (662 bytes)
CREATE Formulario/src/app/app.module.ts (314 bytes)
CREATE Formulario/src/app/app.component.html (24923 bytes)
CREATE Formulario/src/app/app.component.spec.ts (952 bytes)
CREATE Formulario/src/app/app.component.ts (214 bytes)
CREATE Formulario/src/app/app.component.css (0 bytes)
CREATE Formulario/e2e/protractor.conf.js (904 bytes)
CREATE Formulario/e2e/tsconfig.json (274 bytes)
CREATE Formulario/e2e/src/app.e2e-spec.ts (661 bytes)
CREATE Formulario/e2e/src/app.po.ts (274 bytes)

  • Installing packages (npm)...npm ERR! code ERESOLVE
    npm ERR! ERESOLVE unable to resolve dependency tree
    npm ERR!
    npm ERR! While resolving: [email protected]
    npm ERR! Found: [email protected]
    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 [email protected]
    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\Andres F\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\Andres F\AppData\Local\npm-cache_logs\2021-05-11T09_54_07_534Z-debug.log
× Package install failed, see above.
The Schematic workflow failed. See above.

@alan-agius4
Copy link
Collaborator

Duplicate of #20719 and #20718

@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 Jun 11, 2021
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