You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: 10.2.0
Description
ng deploy worked correctly to build and deploy directly to firebase before today's version update, and now it fails before building.
🔬 Minimal Reproduction
with Angular CLI 10.20.0, set up an Angular application to utilize the new-ish deploy command
wire it up to a Firebase hosting account
verify that it builds and deploys correctly to Firebase Hosting with a simple ng deploy command
update to CLI 11.0.0
get the following error when running ng deploy
🔥 Exception or Error
[error] TypeError: Cannot read property 'Workspace' of undefined
at c:\node\project\node_modules\@angular\fire\schematics\deploy\builder.js:19:57
at Generator.next ()
at c:\node\project\node_modules\@angular\fire\schematics\deploy\builder.js:8:71
at new Promise ()
at __awaiter (c:\node\project\node_modules\@angular\fire\schematics\deploy\builder.js:4:12)
at c:\node\project\node_modules\@angular\fire\schematics\deploy\builder.js:17:67
at onInput (c:\node\project\node_modules\@angular-devkit\architect\src\create-builder.js:151:30)
at SafeSubscriber._next (c:\node\project\node_modules\@angular-devkit\architect\src\create-builder.js:65:29)
at SafeSubscriber.__tryOrUnsub (c:\node\project\node_modules\rxjs\internal\Subscriber.js:205:16)
at SafeSubscriber.next (c:\node\project\node_modules\rxjs\internal\Subscriber.js:143:22)
@angular/fire 6.1 (currently in release candidate stage) is required when using Angular 11+. The error shown above was fixed via angular/angularfire#2643
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 10.2.0
Description
ng deploy worked correctly to build and deploy directly to firebase before today's version update, and now it fails before building.🔬 Minimal Reproduction
ng deploy
commandng deploy
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: