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

Module 'emission.main.control.collection' is not available at megumi-brt branch #275

Closed
sebapastore opened this issue Jun 7, 2018 · 3 comments

Comments

@sebapastore
Copy link

The error is line 4 of general-settings.js. If I comment that line, it appears a similar error with 'emission.main.control.sync' (line 5) and if I comment tha one to, it appears a similar error with 'emission.main.control.tnotify'.
bug e-mission-phone-megumi-brt

@shankari
Copy link
Contributor

shankari commented Jun 8, 2018

This is because you did not run the

$ npm run setup-serve

step.

As you can see, that runs download_settings_controls.js, which downloads the javascript files that contain the emission.main.control.* modules.

$ npm run setup-serve
> [email protected] setup /private/tmp/e-mission-phone
> ./bin/download_settings_controls.js

Sync collection settings updated
Data collection settings updated
Transition notify settings updated

@shankari
Copy link
Contributor

shankari commented Jun 8, 2018

Please close the issue after confirming that the issue is resolved.

@sebapastore
Copy link
Author

Thanks for the quick response, that was it. Sorry for the mistake.

@shankari shankari transferred this issue from e-mission/e-mission-phone Feb 11, 2019
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

2 participants