node-imdb-api icon indicating copy to clipboard operation
node-imdb-api copied to clipboard

No valid exports main found.

Open ImUnlimited opened this issue 3 years ago • 1 comments

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

  • Error: No valid exports main found for 'C:\hazuki\bot rewrite\node_modules\ky-universal\node_modules\node-fetch' Can someone help me?

ImUnlimited avatar Sep 17 '20 21:09 ImUnlimited

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.

worr avatar Oct 25 '20 18:10 worr