We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment
Describe the bug When running tns prepare android or run android, the result is:
Error while loading nativescript-cloud is: Default commands should be required before child commands Preparing project... Invalid Version: ^6.5.3
I've tried 7.01 but the result is the same.
To Reproduce Type "tns prepare ios" with the versions above.
Expected behavior Builds project
Additional context iOS builds without a problem.
The text was updated successfully, but these errors were encountered:
Can you try without the ^ - just edit package.json and remove the caret & re-run.
^
package.json
Sorry, something went wrong.
O wow. OK, that worked. I'm baffled as to how that is possible. But happy that it works! Thanks @rigor789
I'll reopen this - as this is something that the CLI should handle.
Successfully merging a pull request may close this issue.
Environment
Describe the bug
When running tns prepare android or run android, the result is:
I've tried 7.01 but the result is the same.
To Reproduce
Type "tns prepare ios" with the versions above.
Expected behavior
Builds project
Additional context
iOS builds without a problem.
The text was updated successfully, but these errors were encountered: