facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 632 forks source link

Relative import path "memoizee" not prefixed with / or ./ or ../ and not in import map #672

Open saidhasyim opened 10 months ago

saidhasyim commented 10 months ago

Hello, I am using Deno, but I can't import it.

import * as googlePlayScraper from "https://deno.land/x/google_play_scraper@v10.0.0/index.js";

Could you help me what could be wrong? The error message is:

error: Relative import path "memoizee" not prefixed with / or ./ or ../ and not in import map from "https://deno.land/x/google_play_scraper@v10.0.0/index.js"
    at https://deno.land/x/google_play_scraper@v10.0.0/index.js:3:22