Commands: prepare, build, run, emulate.
First time when executing the commands above they copy {N} modules to the native project from node_modules/tns-core-modules folder as described dependency in the package.json for {N} project created with CLI 1.3.0.
Every next time the commands above are executed they copy {N} modules to the native project from app/tns_modules folder if exists which is incorrect.
Commands: prepare, build, run, emulate.
First time when executing the commands above they copy {N} modules to the native project from
node_modules/tns-core-modulesfolder as described dependency in the package.json for {N} project created with CLI 1.3.0.Every next time the commands above are executed they copy {N} modules to the native project from
app/tns_modulesfolder if exists which is incorrect.