Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error in Angular 19 #703

Open
shanto-ael opened this issue Jan 2, 2025 · 0 comments
Open

Getting error in Angular 19 #703

shanto-ael opened this issue Jan 2, 2025 · 0 comments

Comments

@shanto-ael
Copy link

shanto-ael commented Jan 2, 2025

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant