I am trying to use typescript with firebase emulators, but I am getting an error

Viewed 24

firebase emulators:start ->

PS C:\Users\NIRVANA\vscode\vf3-quasar-site> yarn emul yarn run v1.22.19 $ firebase emulators:start --import=./firebase-data --export-on-exit i emulators: Starting emulators: auth, functions, firestore, database, hosting, pubsub, storage, eventarc ! emulators: It seems that you are running multiple instances of the emulator suite for project river-150ff. This may result in unexpected behavior.

  • functions: Using node@16 from host. i firestore: Importing data from C:\Users\NIRVANA\vscode\vf3-quasar-site\firebase-data\firestore_export\firestore_export.overall_export_metadata i firestore: Firestore Emulator logging to firestore-debug.log i database: Database Emulator logging to database-debug.log i auth: Importing config from C:\Users\NIRVANA\vscode\vf3-quasar-site\firebase-data\auth_export\config.jsoni auth: Importing accounts from C:\Users\NIRVANA\vscode\vf3-quasar-site\firebase-data\auth_export\accounts.json i pubsub: Pub/Sub Emulator logging to pubsub-debug.log i hosting: Serving hosting files from: dist/spa
  • hosting: Local server: http://localhost:5000 ! ui: Emulator UI unable to start on port 4000, starting on 4002 instead. i ui: Emulator UI logging to ui-debug.log i functions: Watching "C:\Users\NIRVANA\vscode\vf3-quasar-site\functions" for Cloud Functions... !! functions: Failed to load function definition from source: FirebaseError: Failed to load function definition from source: Failed to generate manifest from function source: TypeError: Cannot read properties of undefined (reading 'INTERNAL')
0 Answers
Related