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

Issues with web pack build #9

Closed
hypery2k opened this issue Sep 19, 2016 · 6 comments
Closed

Issues with web pack build #9

hypery2k opened this issue Sep 19, 2016 · 6 comments

Comments

@hypery2k
Copy link
Contributor

When trying to use in nativescript-angular app with webpack enabled I'm getting the following error:

09-19 12:44:06.025 19533 19533 E AndroidRuntime: TypeError: Cannot read property 'gcacace' of undefined
09-19 12:44:06.025 19533 19533 E AndroidRuntime: File: "/data/data/de.sample.app/files/app/bundle.js, line: 95825, column: 30

Any ideas?

I check a similar issue, but it didn't helped

@bradmartin
Copy link
Member

Yes a few ideas. Let me get back to you later when I get to the office.

On Mon, Sep 19, 2016, 5:46 AM Martin Reinhardt notifications@github.com
wrote:

When trying to use in nativescript-angular app with webpack enabled I'm
getting the following error:

09-19 12:44:06.025 19533 19533 E AndroidRuntime: TypeError: Cannot read property 'gcacace' of undefined
09-19 12:44:06.025 19533 19533 E AndroidRuntime: File: "/data/data/de.sample.app/files/app/bundle.js, line: 95825, column: 30

Any ideas?

I check a similar issue
EddyVerbruggen/nativescript-plugin-firebase#41,
but it didn't helped


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFulhIZyqFcdUIHrR2nbF_HUn14BTYJgks5qrmgEgaJpZM4KAWiQ
.

@bradmartin
Copy link
Member

First idea is this
https://bradmartin.net/2016/07/20/ahhh-this-nativescript-plugin-doesnt-work/
and second idea is a tsconfig setting to ignore errors. There is one for
errors and one that resolves some webpack build. Think that's been reported
and fixed before though.

On Mon, Sep 19, 2016, 8:17 AM Brad Martin bradwaynemartin@gmail.com wrote:

Yes a few ideas. Let me get back to you later when I get to the office.

On Mon, Sep 19, 2016, 5:46 AM Martin Reinhardt notifications@github.com
wrote:

When trying to use in nativescript-angular app with webpack enabled I'm
getting the following error:

09-19 12:44:06.025 19533 19533 E AndroidRuntime: TypeError: Cannot read property 'gcacace' of undefined
09-19 12:44:06.025 19533 19533 E AndroidRuntime: File: "/data/data/de.sample.app/files/app/bundle.js, line: 95825, column: 30

Any ideas?

I check a similar issue
EddyVerbruggen/nativescript-plugin-firebase#41,
but it didn't helped


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFulhIZyqFcdUIHrR2nbF_HUn14BTYJgks5qrmgEgaJpZM4KAWiQ
.

@bradmartin
Copy link
Member

noEmitOnError is the other flag, I forget the setting here but should be in
the config file. On my phone now or I'd check for you. Let me know if any
of that helps

On Mon, Sep 19, 2016, 8:27 AM Brad Martin bradwaynemartin@gmail.com wrote:

First idea is this
https://bradmartin.net/2016/07/20/ahhh-this-nativescript-plugin-doesnt-work/
and second idea is a tsconfig setting to ignore errors. There is one for
errors and one that resolves some webpack build. Think that's been reported
and fixed before though.

On Mon, Sep 19, 2016, 8:17 AM Brad Martin bradwaynemartin@gmail.com
wrote:

Yes a few ideas. Let me get back to you later when I get to the office.

On Mon, Sep 19, 2016, 5:46 AM Martin Reinhardt notifications@github.com
wrote:

When trying to use in nativescript-angular app with webpack enabled I'm
getting the following error:

09-19 12:44:06.025 19533 19533 E AndroidRuntime: TypeError: Cannot read property 'gcacace' of undefined
09-19 12:44:06.025 19533 19533 E AndroidRuntime: File: "/data/data/de.sample.app/files/app/bundle.js, line: 95825, column: 30

Any ideas?

I check a similar issue
EddyVerbruggen/nativescript-plugin-firebase#41,
but it didn't helped


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFulhIZyqFcdUIHrR2nbF_HUn14BTYJgks5qrmgEgaJpZM4KAWiQ
.

@hypery2k
Copy link
Contributor Author

the hint with running build before seems to resolve some issue, but having to add app.gradle with the following content to get it working:

09-19 12:44:06.025 19533 19533 E AndroidRuntime: TypeError: Cannot read property 'gcacace' of undefined
09-19 12:44:06.025 19533 19533 E AndroidRuntime: File: "/data/data/de.sample.app/files/app/bundle.js, line: 95825, column: 30

But seems a native script issue. Thanks for your support

@bradmartin
Copy link
Member

@hypery2k - was this solved or you need help?

@hypery2k
Copy link
Contributor Author

hypery2k commented Oct 9, 2016

not completely, but I think it's more an native script issue, than your plugin, see NativeScript/NativeScript#2760

@hypery2k hypery2k closed this as completed Oct 9, 2016
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