jshemas / openGraphScraper

Node.js scraper service for Open Graph Info and More!
MIT License
643 stars 102 forks source link

TS Error: Cannot find module './lib/openGraphScraper' #169

Closed standuprey closed 1 year ago

standuprey commented 1 year ago

Getting this ts error:

Cannot find module './lib/openGraphScraper' or its corresponding type declarations.

3 import setOptionsAndReturnOpenGraphResults from './lib/openGraphScraper';

There is a workaround here:

https://github.com/jshemas/openGraphScraper/issues/167

But this is bug that needs attention. Thank you

jshemas commented 1 year ago

Hello,

I have a fix for this in https://github.com/jshemas/openGraphScraper/pull/168 and will publish the fix in the next few days.

jshemas commented 1 year ago

Fixed in open-graph-scraper@5.1.1

standuprey commented 1 year ago

That works, thank you