You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.2.0
Plugin(s): camera, geolocation, image picker
Describe the bug
When run tns update command in any of the plugins mentioned above demo apps, the following message is received: This project is not compatible with the current NativeScript version and cannot be updated. Use "tns migrate" to make your project compatible.
What makes the project "not compatible" is that the plugin is linked from the src folder instead of the minimum required version for {N} 6.0
Expected behavior tns update to pass without errors
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When run
tns update
command in any of the plugins mentioned above demo apps, the following message is received:This project is not compatible with the current NativeScript version and cannot be updated. Use "tns migrate" to make your project compatible.
What makes the project "not compatible" is that the plugin is linked from the src folder instead of the minimum required version for {N} 6.0
Expected behavior
tns update
to pass without errorsThe text was updated successfully, but these errors were encountered: