I have built a project in nativescript with angular version 4 and nativescript version 3. When I deploy on telerik using the app builder, I get the following error message:
the synced project is targetting tns-core-modules 3.1.1 and doesnt match the apps 2.5.1. to ensure correct behavior, please build to a new app package and deploy it
My package.json is using the following config:
"tns-core-modules": "next",
I want everything to be using 3.1.x. Does the Telerik app builder not support version 3 of nativescript yet?
According to Telerik's documentation 3.x is "Experimental". It might be best to post to their forum or enter a support ticket with them for your specific issue. They are very good at responding quickly.