worr / node-imdb-api

A non-scraping, functional node.js interface to imdb (mirror of gitlab.com/worr/node-imdb-api)
https://gitlab.com/worr/node-imdb-api
338 stars 50 forks source link

No valid exports main found. #82

Open ImUnlimited opened 4 years ago

ImUnlimited commented 4 years ago

Hey, I'm trying to run this in my discord bot (node.js/discord.js) and it shows this error:

worr commented 3 years ago

Can you show some of the code where you're trying to import this? It looks like this might be an issue with ky-universal in the context that you're running the code in. I don't know anything about how discord bots are run, so idk if node-fetch is the appropriate backend and if ky-universal is misbehaving.