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
In case ANDROID_HOME is not set, tns doctor fails with: Path must be a string, received undefined.
tns doctor
Path must be a string, received undefined
iOS/Android/Both - not applicable
tns --version
@next
node_modules/tns-core-modules/package.json
"tns-android"
"tns-ios"
package.json
Remove your ANDROID_HOME environment variable and execute tns doctor
The text was updated successfully, but these errors were encountered:
rosen-vladimirov
No branches or pull requests
Tell us about the problem
In case ANDROID_HOME is not set,
tns doctor
fails with:Path must be a string, received undefined
.Which platform(s) does your issue occur on?
iOS/Android/Both - not applicable
Please provide the following version numbers that your issue occurs with:
tns --version
to fetch it) -@next
node_modules/tns-core-modules/package.json
file in your project) - not applicable"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project) - not applicablepackage.json
file of yourproject) - not applicable
Please tell us how to recreate the issue in as much detail as possible.
Remove your ANDROID_HOME environment variable and execute
tns doctor
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
The text was updated successfully, but these errors were encountered: