Skip to content

Getting error in Angular 19 #703

@shanto-ael

Description

@shanto-ael
  • 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions