Hi everybody!
Just started my first Native + Angular project… Seems great!
But I’m facing a big issue: tns debug (here for android platform) takes nearly 15min to complete… I guess this is not normal.
From the begining “Skipping prepare” step takes at least 5min…
Everytime a change is detected, rebuilding app takes again several minutes (12…?)
A lot of waring or errors are displayed in console before (like xml syntax error in node_modules/bla bla…"
Executing before-prepare hook from <myapp>\hooks\before-prepare\nativescript-dev-typescript.js Hook skipped because either bundling or livesync is in progress.
Preparing project...
.....<myapp>\app\node_modules\json-schema\draft-zyp-json-schema-03.xml has syntax errors.
error
entity not found:&rfc2045;
....
Any clue? is this “normal” ??
Thx
Salvo