-
-
Notifications
You must be signed in to change notification settings - Fork 50
Error on upgrading to @nativescript/angular 9.0.0 #224
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
Comments
The error seems related to the usage of the new Ivy compiler. Disabling it in |
Try adding this param in your ngcc.config.js
|
Still getting
my ngcc.config.js looks like:
|
Yes I had the same issue. I made it to work with a hack hope these days I will get the time to make a PR. In the meantime you can do the following:
Then in node_modules\nativescript-facebook\angular\nativescript-facebook-module.js replace with the following content:
I noticed that the git repo of the package is 2 commits ahead of the npm module. Just in case this is my ngcc.config.js:
I am not sure about using the index.android.js but it has the same exprots as .iOS so why not as I said this is a hack :D |
Did you manage to do the PR yet? Would be very cool to get this fixed! |
Which platform(s) does your issue occur on?
Please, tell us how to recreate the issue in as much detail as possible.
Upgrade to @nativescript/angular 9.0.0 and try to use nativescript-facebook 4.2.1. The following error occurs on tns run android
The text was updated successfully, but these errors were encountered: