-
-
Notifications
You must be signed in to change notification settings - Fork 691
Open
Description
- Operating System: Windows 11
- Node version: 20.16.0
- google-play-scraper version: 10.0.1
Description:
Error while using in Angular 19 CLI . How to resolve this issue?
Example code:
import * as gplay from 'google-play-scraper';
getGooglePlayStoreRating() {
gplay.app({ appId: 'com.google.android.apps.translate' }).then((res) => {
console.log(res);
});
}Error message:
ERROR ReferenceError: process is not defined
at node_modules/@szmarczak/http-timer/dist/source/index.js (index.js:8:35)
at __require2
Metadata
Metadata
Assignees
Labels
No labels