Closed mlatif01 closed 1 week ago
I'm not able to reproduce this issue.
I confirmed that version 16.20.1 of Node was being used, and executed the following script:
const results = gplay.app({ appId: 'com.brave.browser' })
.then(function (info) { return info; })
.catch(function () { return null; });
console.log(await results);
Description:
Error when using .app function
Example code:
Error message:
I was previously getting this error on version 6.0.3. I upgraded to 9.0.0 as it still allows for using require however I am now getting the error above. I would be grateful if anyone has any ideas on how to fix this.