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: 5.0.0-2018-10-29-12521
Describe the bug
If platform is added with tns platform add <platform> --framework-path "....." and the version of the package is not available in npm, then tns run <platform> --bundle will fail with No matching version found for tns-<platform>@...
To Reproduce
1 Download tns-android/tns-ios tgz.
2 Modify version in package.json and repack
3 tns platform add <platform> --framework-path <path to modified package>
4 tns run <platform> --bundle
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
If platform is added with
tns platform add <platform> --framework-path "....."
and the version of the package is not available in npm, thentns run <platform> --bundle
will fail withNo matching version found for tns-<platform>@...
To Reproduce
1 Download tns-android/tns-ios tgz.
2 Modify version in package.json and repack
3
tns platform add <platform> --framework-path <path to modified package>
4
tns run <platform> --bundle
Additional context
Possibly caused by
nativescript-cli/lib/services/platform-service.ts
Line 805 in 7033085
The text was updated successfully, but these errors were encountered: