nativescript-liveedit
nativescript-liveedit copied to clipboard
Live Edit of your NativeScript project while developing it
I can't get this to work with Android AVD from Android Studio. I followed the instructions several times. It does push the files to the AVD while running watcher.js. However,...
For some reason i cannot get the node watcher to start module.js:327 throw err; ^ Error: Cannot find module 'C:\navitescriptprojects\newP\infoApp\watcher' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Function.Module.runMain (module.js:441:10) at...
I noticed that if I use Angular2 NativeScript plugin, app needs to be restarted to show changes. There is not a realtime sync. Maybe I am doing something wrong. To...
I noticed that the liveedit plugin doesn't restart the application in nativescript's debug mode when used. To be clearer: I run the app with `tns debug android` and the node-inspector...
I run ``` npm install jshint -g tns plugin add nativescript-liveedit ``` Then **node watch** in another terminal, uninstalled the app and added the following code to my **app.ts**: ```...