We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
x
Yes
When ever i try to install a new angular project. Using the ng new projectname.
Run the following command:
ng new app
PS D:\Angular> ng new app ? 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 Yes ? Would you like to add Angular routing? Yes ? Which stylesheet format would you like to use? SCSS [ https://sass-lang.com/documentation/syntax#scss ] CREATE app/.editorconfig (274 bytes) CREATE app/.gitignore (631 bytes) CREATE app/angular.json (3681 bytes) CREATE app/package.json (1204 bytes) CREATE app/README.md (1013 bytes) CREATE app/tsconfig.json (783 bytes) CREATE app/tslint.json (3185 bytes) CREATE app/.browserslistrc (703 bytes) CREATE app/karma.conf.js (1420 bytes) CREATE app/tsconfig.app.json (287 bytes) CREATE app/tsconfig.spec.json (333 bytes) CREATE app/src/favicon.ico (948 bytes) CREATE app/src/index.html (289 bytes) CREATE app/src/main.ts (372 bytes) CREATE app/src/polyfills.ts (2830 bytes) CREATE app/src/styles.scss (80 bytes) CREATE app/src/test.ts (753 bytes) CREATE app/src/assets/.gitkeep (0 bytes) CREATE app/src/environments/environment.prod.ts (51 bytes) CREATE app/src/environments/environment.ts (662 bytes) CREATE app/src/app/app-routing.module.ts (245 bytes) CREATE app/src/app/app.module.ts (393 bytes) CREATE app/src/app/app.component.scss (0 bytes) CREATE app/src/app/app.component.html (24955 bytes) CREATE app/src/app/app.component.spec.ts (1048 bytes) CREATE app/src/app/app.component.ts (208 bytes) CREATE app/e2e/protractor.conf.js (904 bytes) CREATE app/e2e/tsconfig.json (274 bytes) CREATE app/e2e/src/app.e2e-spec.ts (654 bytes) CREATE app/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\elite\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\elite\AppData\Local\npm-cache\_logs\2021-05-08T15_21_35_632Z-debug.log ✖ Package install failed, see above. The Schematic workflow failed. See above.
🌍 Your Environment Angular CLI: 11.2.12 Node: 16.1.0 Npm: 7.12.0
The text was updated successfully, but these errors were encountered:
Duplicate of #20719
Sorry, something went wrong.
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.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes
When ever i try to install a new angular project. Using the ng new projectname.
🔬 Minimal Reproduction
Run the following command:
ng new app
🔥 Exception or Error
🌍 Your Environment
🌍 Your Environment
Angular CLI: 11.2.12
Node: 16.1.0
Npm: 7.12.0
The text was updated successfully, but these errors were encountered: