Tuesday, 30 July 2019

How to Setup “code .” on Visual Code Studio on OSX/Mac


Install VS Code  on OSX/Mac







simply open the Command Palette (⇧⌘P) 

then  type 'shell command' to find the Shell Command: Install 'code' command in PATH command.



use "Code ." open current path project in VS code


Thursday, 11 April 2019

Showing this error when running my NativeScript App

System.err: Error: com.tns.NativeScriptException: Failed to find module: "../shared/sdk/index", relative to: app/services/ System.err: com.tns.Module.resolvePathHelper(Module.java:146) System.err: com.tns.Module.resolvePath(Module.java:55) System.err: com.tns.Runtime.runModule(Native Method) System.err: com.tns.Runtime.runModule(Runtime.java:624) System.err: com.tns.Runtime.run(Runtime.java:616) System.err: com.tns.NativeScriptApplication.onCreate(https://lnkd.in/fD7QDew) System.err: android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119) System.err: android.app.ActivityThread.handleBindApplication(ActivityThread.java:5838) System.err: android.app.ActivityThread.-wrap1(Unknown Source:0) System.err: android.app.ActivityThread$H.handleMessage(ActivityThread.java:1706) System.err: android.os.Handler.dispatchMessage(Handler.java:106) System.err: android.os.Looper.loop(Looper.java:176) System.err: android.app.ActivityThread.main(ActivityThread.java:6656) System.err: java.lang.reflect.Method.invoke(Native Method) System.err: com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) System.err: com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)