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 changing the @nativescript/android version in package.json to * the project can't be built anymore.
@nativescript/android
package.json
*
To Reproduce
ns create TestApp --vue
cd TestApp
npm install --save-dev @nativescript/android
ns doctor android
"devDependencies": { "@nativescript/android": "^8.6.2",
"devDependencies": { "@nativescript/android": "*",
ns build android
Cannot read property of null (reading 'filter')
Expected behavior The project should still build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Describe the bug
When changing the
@nativescript/android
version inpackage.json
to*
the project can't be built anymore.To Reproduce
ns create TestApp --vue
cd TestApp
npm install --save-dev @nativescript/android
ns doctor android
< all good herepackage.json
and changens doctor android
orns build android
fails withExpected behavior
The project should still build.
The text was updated successfully, but these errors were encountered: