This repository was archived by the owner on May 19, 2025. It is now read-only.

Description
Version info
-------------------------------
Ember: 3.13.2
Ember Data: 3.13.1
jQuery: 3.4.1
EmberFire: 3.0.0
Firebase: 7.0.0
Ember Simple Auth: 1.9.2
Windows 10, WSL with Ubuntu (Linux 4.4.0-18362-Microsoft)
-------------------------------
Test case
none
Steps to reproduce
Follow the steps from: local-setup.md
git clone
npm i
npm run serve
Expected behavior
a functional dummy app
Actual behavior
Error messages at startup:
Uncaught Error: Could not find module '_eai_dyn_firebase/performance' imported from '(require)'
at missingModule (loader.js:247)
at findModule (loader.js:258)
at requireModule (loader.js:24)
at module.exports.window.emberAutoImportDynamic (app.js:13)
at FirebaseAppService._this.performance (firebase-app.js:21)
at Class.init (performance-route.js:11)
at Class.superWrapper [as init] (index.js:323)
at initialize (core_object.js:84)
at Function.create (core_object.js:661)
at FactoryManager.create (index.js:533)
Since it's not working on my machine, I cannot make a PR to fix it. If you could provide some details, I'm happy to help!
/crixx