Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps for local-setup lead to non-functional dummy app #598

Open
crixx opened this issue Dec 28, 2019 · 2 comments
Open

Steps for local-setup lead to non-functional dummy app #598

crixx opened this issue Dec 28, 2019 · 2 comments

Comments

@crixx
Copy link

crixx commented Dec 28, 2019

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

@jamesdaniels
Copy link
Contributor

Sorry, yes those are outdated; please try building the library before running serve as we're currently using an older version of ember-cli-typescript.

npm run build

@zinyando
Copy link

@jamesdaniels is there anything I can do to help keep this project up to date? I have a bit of time to work on it and I find emberfire very useful. Let me know what needs to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants