Skip to content
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

@ngx-env/builder:application is not a recognized builder #3499

Open
erikologic opened this issue Jan 19, 2024 · 4 comments
Open

@ngx-env/builder:application is not a recognized builder #3499

erikologic opened this issue Jan 19, 2024 · 4 comments

Comments

@erikologic
Copy link

erikologic commented Jan 19, 2024

Version info

Angular:
"@angular/core": "^17.1.0"

Firebase:
$ firebase --version
13.0.3

AngularFire:
"@angular/fire": "^17.0.1"

Other (e.g. Ionic/Cordova, Node, browser, operating system):

$ uname -a
Linux codespaces-9f3720 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 GNU/Linux
$ npm --version
10.2.3
$ node --version
v20.10.0

How to reproduce these conditions

Followed the guide to setup AngularFire + added @ngx-env/builder: https://github.com/erikologic/angularski/tree/just-added-ngx-env

Debug output

 $ ng deploy
Using firebase-tools version 13.0.3
Logged into Firebase as *****@gmail.com.
📦 Building "angularski"
---------------------------------
- Working directory:  /workspaces/angularski
- Files: .env
- Environment: production
- Environment files: 
 ✔ /workspaces/angularski/.env
- Environment variables: NG_APP 
 ✔ NG_APP_FIREBASE_API_KEY
---------------------------------


Initial Chunk Files   | Names         |  Raw Size | Estimated Transfer Size
main-6VJN4HE4.js      | main          | 508.08 kB |               135.24 kB
polyfills-RX4V3J3S.js | polyfills     |  33.01 kB |                10.68 kB
styles-5INURTSO.css   | styles        |   0 bytes |                 0 bytes

                      | Initial Total | 541.09 kB |               145.92 kB

Application bundle generation complete. [13.683 seconds]
▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 41.09 kB with a total of 541.09 kB.


No Firebase app associated with site angularski, injecting project default config.
  You can link a Web app to a Hosting site here https://console.firebase.google.com/project/angularski/settings/general/web
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

   Thank you for trying our early preview of Angular support on Firebase Hosting.
   During the preview, support is best-effort and breaking changes can be expected. Proceed with caution.

   Documentation: https://firebase.google.com/docs/hosting/frameworks/angular
   File a bug: https://github.com/firebase/firebase-tools/issues/new?template=bug_report.md
   Submit a feature request: https://github.com/firebase/firebase-tools/issues/new?template=feature_request.md

   We'd love to learn from you. Express your interest in helping us shape the future of Firebase Hosting: https://goo.gle/41enW5X

Error when trying to deploy: 
@ngx-env/builder:application (angularski:build:production) is not a recognized builder. Please check your angular.json

Expected behavior

Deploy

Actual behavior

Failed to deploy

@erikologic erikologic changed the title @ngx-env/builder:application (angularski:build:production) is not a recognized builder. Please check your angular.json @ngx-env/builder:application is not a recognized builder Jan 19, 2024
@gdunghi
Copy link

gdunghi commented Jan 30, 2024

i got same error

@devomr
Copy link

devomr commented Feb 11, 2024

I'm getting the same error. Did you managed to fix it?

@Woulve
Copy link

Woulve commented Feb 28, 2024

I had a similar error that was caused by angular-fire, removing the deploy architect from the angular.json file fixed the errors when running firebase deploy.

@HenryJavangwe
Copy link

I had a similar error that was caused by angular-fire, removing the deploy architect from the angular.json file fixed the errors when running firebase deploy.

This worked for me too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants