I have freshly installed Nativescript Angular project using:
ng new --collection=@nativescript/schematics my-mobile-app
command I get from nativescript-schematics
and right after the fresh installation I try it to run on android emulator.
tns run android
then I get this error during compiling:
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.