When i try run the local command, this gets me this follow error :
Unhandled rejection Error: spawn adb ENOENT
at exports._errnoException (util.js:849:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at doNTCallback2 (node.js:430:9)
at process._tickCallback (node.js:344:17)
I already saw this issue posted on github, the aswer for that is if I got the adb properly installed in my system, and I double check that, I already set the environment variable for my sdk directory, because i saw that in another post related to this.
Any suggestions of what may be causing this error?
Best Regards, João