App does not load with vanilla `ember install ember-data-storefront`
See original GitHub issueAdding into an app for the first time with ember install ember-data-storefront
throws an error during load on the following line:
This is fixed by adding the store service and mixin as described here. I guess this either needs to be a mandatory installation step or fixed to be made optional.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Ember UI not loading - Build Issues
Ember UI is not loading on staging env with below error message in the ... Search for indexOf in your Ember project's app...
Read more >Unable to compile assets after installing the Ember-CLI-Rails
I've got an Ember-CLI app called frontend that lives in the root folder of the rails app. ... In the terminal where the...
Read more >Will not load app: Cannot find module 'ember-cli/lib/broccoli ...
Yes, I have confirmed "ember-cli/lib/broccoli/ember-app" exists and is in the PATH variable in a fully qualified form, c:/.. etc . But the error ......
Read more >Ember Data Storefront
Here are some common problems that show up while working on apps that use Ember Data: Missing data. It's not always clear whether...
Read more >Testing Ember Addons in a Real App Using ember-cli-addon ...
Testing with a vanilla app is the simplest case, and if you do not want to generate any files to test against, there...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🤦♂️ this is my fault
Thanks, store now works without configuration in
0.12.1
.