firebase-tools-ui icon indicating copy to clipboard operation
firebase-tools-ui copied to clipboard

fs__default.realpathSync.native is not a function

Open hchiam opened this issue 2 years ago • 0 comments

Describe the bug Getting an error message that says fs__default.realpathSync.native is not a function

To Reproduce Steps to reproduce the behavior:

gh repo fork firebase/firebase-tools-ui
cd firebase-tools-ui/
npm i
firebase emulators:exec --project demo-example --import test-data 'npm start'

You see the following on http://localhost:3000 :

Screenshots fs__default realpathSync native is not a function

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Chrome 102

Extra info A quick Google search brings up https://github.com/facebook/jest/issues/10012 but the fix for Firebase Emulator still seems unclear as I am already running node v16.

hchiam avatar Jun 29 '22 05:06 hchiam