René's URL Explorer Experiment


Title: @angular/cli v20. NPM cannot resolve @angular/fire · Issue #3667 · angular/angularfire · GitHub

Open Graph Title: @angular/cli v20. NPM cannot resolve @angular/fire · Issue #3667 · angular/angularfire

X Title: @angular/cli v20. NPM cannot resolve @angular/fire · Issue #3667 · angular/angularfire

Description: I'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package. package.json { "name": "my-project", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng bui...

Open Graph Description: I'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package. package.json { "name": "my-project", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve...

X Description: I'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package. package.json { "name": "my-project", "version": "0.0.0&qu...

Opengraph URL: https://github.com/angular/angularfire/issues/3667

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"@angular/cli v20. NPM cannot resolve @angular/fire","articleBody":"I'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package.\n\n**package.json**\n```\n{\n  \"name\": \"my-project\",\n  \"version\": \"0.0.0\",\n  \"scripts\": {\n    \"ng\": \"ng\",\n    \"start\": \"ng serve\",\n    \"build\": \"ng build\",\n    \"watch\": \"ng build --watch --configuration development\",\n    \"test\": \"ng test\"\n  },\n  \"prettier\": {\n    \"overrides\": [\n      {\n        \"files\": \"*.html\",\n        \"options\": {\n          \"parser\": \"angular\"\n        }\n      }\n    ]\n  },\n  \"private\": true,\n  \"dependencies\": {\n    \"@angular/common\": \"^20.1.0\",\n    \"@angular/compiler\": \"^20.1.0\",\n    \"@angular/core\": \"^20.1.0\",\n    \"@angular/forms\": \"^20.1.0\",\n    \"@angular/platform-browser\": \"^20.1.0\",\n    \"@angular/router\": \"^20.1.0\",\n    \"@ng-select/ng-select\": \"^20.1.2\",\n    \"firebase\": \"^12.1.0\",\n    \"rxjs\": \"~7.8.0\",\n    \"tslib\": \"^2.3.0\",\n    \"zone.js\": \"~0.15.0\"\n  },\n  \"devDependencies\": {\n    \"@angular/build\": \"^20.1.5\",\n    \"@angular/cli\": \"^20.1.5\",\n    \"@angular/compiler-cli\": \"^20.1.0\",\n    \"@types/jasmine\": \"~5.1.0\",\n    \"jasmine-core\": \"~5.8.0\",\n    \"karma\": \"~6.4.0\",\n    \"karma-chrome-launcher\": \"~3.2.0\",\n    \"karma-coverage\": \"~2.2.0\",\n    \"karma-jasmine\": \"~5.1.0\",\n    \"karma-jasmine-html-reporter\": \"~2.1.0\",\n    \"typescript\": \"~5.8.2\"\n  }\n}\n```\n\nI'm using the `add` command\n`ng add @angular/fire`\n\n**Output**\n\n```text\n√ Determining Package Manager\n  › Using package manager: npm\n√ Searching for compatible package version\n  › Found compatible package version: @angular/fire@20.0.1.\n√ Loading package information from registry\n√ Confirming installation\n× Unable to install package\n\nnpm error code ERESOLVE\nnpm error ERESOLVE could not resolve\nnpm error\nnpm error While resolving: my-project@0.0.0\nnpm error Found: @angular/core@20.1.6\nnpm error node_modules/@angular/core\nnpm error   peerOptional @angular/core@\"^20.0.0\" from @angular/build@20.1.5\nnpm error   node_modules/@angular/build\nnpm error     dev @angular/build@\"^20.1.5\" from the root project\nnpm error   peer @angular/core@\"20.1.6\" from @angular/common@20.1.6\nnpm error   node_modules/@angular/common\nnpm error     peer @angular/common@\"20.1.6\" from @angular/forms@20.1.6\nnpm error     node_modules/@angular/forms\nnpm error       peer @angular/forms@\"^20.0.0\" from @ng-select/ng-select@20.1.2\nnpm error       node_modules/@ng-select/ng-select\nnpm error         @ng-select/ng-select@\"^20.1.2\" from the root project\nnpm error       1 more (the root project)\nnpm error     peer @angular/common@\"20.1.6\" from @angular/platform-browser@20.1.6\nnpm error     node_modules/@angular/platform-browser\nnpm error       peerOptional @angular/platform-browser@\"^20.0.0\" from @angular/build@20.1.5\nnpm error       node_modules/@angular/build\nnpm error         dev @angular/build@\"^20.1.5\" from the root project\nnpm error       3 more (@angular/forms, @angular/router, the root project)\nnpm error     3 more (@angular/router, @ng-select/ng-select, the root project)\nnpm error   5 more (@angular/forms, @angular/platform-browser, ...)\nnpm error\nnpm error Could not resolve dependency:\nnpm error @angular/fire@\"20.0.1\" from the root project\nnpm error\nnpm error Conflicting peer dependency: @angular/core@20.1.7\nnpm error node_modules/@angular/core\nnpm error   peer @angular/core@\"20.1.7\" from @angular/platform-browser-dynamic@20.1.7\nnpm error   node_modules/@angular/platform-browser-dynamic\nnpm error     peer @angular/platform-browser-dynamic@\"^20.0.0\" from @angular/fire@20.0.1\nnpm error     node_modules/@angular/fire\nnpm error       @angular/fire@\"20.0.1\" from the root project\nnpm error\nnpm error Fix the upstream dependency conflict, or retry\nnpm error this command with --force or --legacy-peer-deps\nnpm error to accept an incorrect (and potentially broken) dependency resolution.\nnpm error\nnpm error\nnpm error For a full report see:\nnpm error C:\\Users\\Marco\\AppData\\Local\\npm-cache\\_logs\\2025-08-15T19_42_39_683Z-eresolve-report.txt\nnpm error A complete log of this run can be found in: C:\\Users\\Marco\\AppData\\Local\\npm-cache\\_logs\\2025-08-15T19_42_39_683Z-debug-0.log\n```\n\n**Angular version**\n\n```text\nAngular CLI: 20.1.5                                     \nNode: 22.18.0                                           \nPackage Manager: npm 10.9.3                             \nOS: win32 x64                                           \n                                                        \nAngular: 20.1.6                                         \n... common, compiler, compiler-cli, core, forms         \n... platform-browser, router                            \n                                                        \nPackage                      Version                    \n------------------------------------------------------  \n@angular-devkit/architect    0.2001.5                   \n@angular-devkit/core         20.1.5                     \n@angular-devkit/schematics   20.1.5                     \n@angular/build               20.1.5                     \n@angular/cli                 20.1.5                     \n@schematics/angular          20.1.5                     \nrxjs                         7.8.2                      \ntypescript                   5.8.3                      \nzone.js                      0.15.1\n```\n\nSame thing happens if I install directly with npm\n\n`npm i @angular/fire`","author":{"url":"https://github.com/MarksASP95","@type":"Person","name":"MarksASP95"},"datePublished":"2025-08-17T13:38:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/3667/angularfire/issues/3667"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b9a49e15-0b8c-ad6c-cf73-074f03af1b9f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE1DA:197DBD:38EFD51:4B875C3:6A5D2CC2
html-safe-nonce9efde2119c6f1138070762929467b105f1f33dc00b508ca99069d31cc30c2799
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMURBOjE5N0RCRDozOEVGRDUxOjRCODc1QzM6NkE1RDJDQzIiLCJ2aXNpdG9yX2lkIjoiNDAxMjAxNzgzMTkxMTg2NjI2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacff5112a58b21ec2cc6a223b064a657243466d30cc430e029868e0b2ca6a294b3
hovercard-subject-tagissue:3328339525
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/angular/angularfire/3667/issue_layout
twitter:imagehttps://opengraph.githubassets.com/48d1642d21914e929e312c0216c713a50ee0af1203d3f8f48252dbaafcf624a0/angular/angularfire/issues/3667
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/48d1642d21914e929e312c0216c713a50ee0af1203d3f8f48252dbaafcf624a0/angular/angularfire/issues/3667
og:image:altI'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package. package.json { "name": "my-project", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMarksASP95
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/angular/angularfire git https://github.com/angular/angularfire.git
octolytics-dimension-user_id139426
octolytics-dimension-user_loginangular
octolytics-dimension-repository_id49453413
octolytics-dimension-repository_nwoangular/angularfire
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49453413
octolytics-dimension-repository_network_root_nwoangular/angularfire
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/angular/angularfire/issues/3667#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fissues%2F3667
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fangular%2Fangularfire%2Fissues%2F3667
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=angular%2Fangularfire
Reloadhttps://github.com/angular/angularfire/issues/3667
Reloadhttps://github.com/angular/angularfire/issues/3667
Reloadhttps://github.com/angular/angularfire/issues/3667
Please reload this pagehttps://github.com/angular/angularfire/issues/3667
angular https://github.com/angular
angularfirehttps://github.com/angular/angularfire
Notifications https://github.com/login?return_to=%2Fangular%2Fangularfire
Fork 2.2k https://github.com/login?return_to=%2Fangular%2Fangularfire
Star 7.8k https://github.com/login?return_to=%2Fangular%2Fangularfire
Code https://github.com/angular/angularfire
Issues 294 https://github.com/angular/angularfire/issues
Pull requests 21 https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality 0 https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
Code https://github.com/angular/angularfire
Issues https://github.com/angular/angularfire/issues
Pull requests https://github.com/angular/angularfire/pulls
Discussions https://github.com/angular/angularfire/discussions
Actions https://github.com/angular/angularfire/actions
Projects https://github.com/angular/angularfire/projects
Security and quality https://github.com/angular/angularfire/security
Insights https://github.com/angular/angularfire/pulse
@angular/cli v20. NPM cannot resolve @angular/firehttps://github.com/angular/angularfire/issues/3667#top
https://github.com/MarksASP95
MarksASP95https://github.com/MarksASP95
on Aug 17, 2025https://github.com/angular/angularfire/issues/3667#issue-3328339525
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.