Skip to content Skip to sidebar Skip to footer

Nativescript Tns Build Failed After Adding Nativescript-ui-dataform Plugin

I added plugin nativescript-ui-dataform to my project with command, tns plugin add nativescript-ui-dataform I checked package.json after install and noticed 'nativescript-ui-datafo

Solution 1:

It seems to be the problem with using right dependent version for nativescript-ui-autocomplete. I'm sure the versions below are compatible to each other as it's being used in the latest Playground app as of today.

npm i nativescript-ui-dataform@3.9.1 nativescript-ui-autocomplete@3.10.3 --save

Post a Comment for "Nativescript Tns Build Failed After Adding Nativescript-ui-dataform Plugin"