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

NWJS (nodewebkit) throws an error #81

Open
gerwinbrunner opened this issue Aug 13, 2015 · 0 comments
Open

NWJS (nodewebkit) throws an error #81

gerwinbrunner opened this issue Aug 13, 2015 · 0 comments

Comments

@gerwinbrunner
Copy link

Hi,

I just tried to use meteor hacks:zones with a nwjs application.
This is the order of the scripts:

<script type="text/javascript" src="/packages/meteorhacks_zones/assets/utils.js?1439467566845"></script>
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/before.js?1439467566845"></script>
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/zone.js?1439467566845"></script>
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/tracer.js?1439467566845"></script>
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/after.js?1439467566845"></script>
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/reporters.js?1439467566845"></script>

This is the console error I get:

Zone already exported on window the object!  - tracer.js?1439467566845:21 
Uncaught TypeError: Cannot read property 'prototype' of undefined - after.js?1439467566845:16 
Uncaught TypeError: Cannot read property 'init' of undefined  - reporters.js?1439467566845:4 
Uncaught TypeError: Cannot set property 'Reporters' of undefined

Any idea on how to fix this?

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

1 participant