stackblitz / core

Online IDE powered by Visual Studio Code ⚡️
https://stackblitz.com
MIT License
10.19k stars 886 forks source link

Encountered an error when compiling an Angular application cloned from a repo #1974

Open hAhl2 opened 1 year ago

hAhl2 commented 1 year ago

Hello whomever is looking at this issue,

I was trying to explore/tinker with this repo, https://github.com/angular-university/firebase-course, via https://stackblitz.com/github/angular-university/firebase-course.

while this Angular application was compiling, the following error occurs,

Error in /turbo_modules/@firebase/auth@0.16.8/dist/auth.esm.js (1211:42)
Cannot read properties of undefined (reading 'INTERNAL')
ChristianKomodo commented 1 year ago

Same error, but I got to this error from just trying to include AngularFire, I did not start from a clone of a course.