skip to Main Content

I cannot run firebase emulators on fresh install. Getting ' SyntaxError: Unexpected string: re"use strict"; '

I followed the tutorial to set up Firebase Functions with Typescript at https://firebase.google.com/docs/functions/typescript However, when I run npm run serve or firebase emulators:start, emulators won't start, but I'm getting the following error: [2023-03-25T09:04:16.875Z] /Users/username/.cache/firebase/emulators/ui-v1.11.4/server/server.js:569 re"use strict"; ^^^^^^^^^^^^ I have tried…

VIEW QUESTION
Back To Top
Search