iabukai

Results 6 comments of iabukai

How can I use npm packages like request-promise or fs without these ? I tried on the libraries panel @types/request-promise @types/fs But how can I reference them on the Script...

I faced the same issue. I can agree with @uneasymusic. It could be a great tool

It's still an issue, furthermore I tried to solve it with an uninstall/install pair but I can't. I tried with client.shell too. My code without shell: ``` this.client.install(device.id, `com.alibaba.aliexpresshd-6.1.0.apk`) .then(()...

Yes, I forgot to mention that the code above is make a list about the packages after the uninstall, and the package ''package:com.alibaba.aliexpresshd" is still there. That is why I...

Before I did the debug I checked my code again and I realized the apk name was undefined because the a promise wasn't resolved with the package name when I...

I had the same result. The error is comes from here: ``` return _this.parser.readValue().then(function(value) { if (RE_OK.test(value)) { return host + ":" + port; } else { throw new Error(value.toString());...