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 Provide the content of the package.json file in the project:
package.json
tns version : 7.0.11 Angular CLI: 10.1.7 Node: 12.19.0 OS: linux x64
Describe the bug When I perform the tns run androind command the error:
tns run androind
Searching for devices... Preparing project... File change detected. Starting incremental webpack compilation... webpack is watching the files… Hash: c018afa003f9a5a7d1cd Version: webpack 4.44.2 Time: 4451ms Built at: 11/05/2020 1:54:33 PM 3 assets Entrypoint bundle = runtime.js vendor.js bundle.js [./app.css] 1.05 KiB {bundle} [built] [./main.ts] 1.13 KiB {bundle} [built] [~/package.json] external "~/package.json" 42 bytes {bundle} [optional] [built] + 331 hidden modules ERROR in error TS5060: Option 'paths' cannot be used without specifying '--baseUrl' option.
To Reproduce command ng new --collection=@nativescript/schematics my-mobile-app cd my-mobile-app command tns run android
ng new --collection=@nativescript/schematics my-mobile-app
tns run android
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Provide the content of the
package.json
file in the project:tns version : 7.0.11
Angular CLI: 10.1.7
Node: 12.19.0
OS: linux x64
Describe the bug
When I perform the
tns run androind
command the error:To Reproduce
command
ng new --collection=@nativescript/schematics my-mobile-app
cd my-mobile-app
command
tns run android
The text was updated successfully, but these errors were encountered: