Open Izrab opened 5 years ago
Hi @Izrab,
Can you try to clear up again the project by deleting platforms
, .cloud
, node_modules
as well as hooks
, package-lock.json
and webpack.config.js
? Then try to rebuild the project and check if the issue will be still reproducible.
Update:
From the provided log, it seems that this problem also might be caused by an incorrect setup of activeColor
and inactiveColor
properties for the component provided by the nativescript-bottom-navigation. Those properties expect string value instead of object of type Color. Check out the plugin's readme.
Please, provide the details below:
Did you verify whether this issue has already been reported here?
No_
Tell us about the problem
I'm trying to build my app in cloud for my Android device using NativeScript Sidekick, I also tried removing
platforms
,.cloud
, andnode_modules
folders, but no avail. I get the following error messagehere is my package.json file for information about the plugins I use
Which platform(s) does the issue occur on?
_Android 9 Windows 10
Provide the following version numbers that the issue occurs with:
Does this issue happen every time?
_Yes
Send the client logs
main_19-08-31_19-28-23.267.log console_19-08-31_19-28-19.453.log