chenosaurus / poker-evaluator

poker hand evaluator
247 stars 57 forks source link

Module not found: Can't resolve 'fs' #30

Open y0unghe opened 11 months ago

y0unghe commented 11 months ago

I am trying to use it in a Next.js Typescript project.

"dependencies": {
    "next": "latest",
    "poker-evaluator": "^2.0.5",
  }

But when I yarn run dev, I got the below error:

 ⨯ ./node_modules/poker-evaluator/lib/poker-evaluator.js:5:0
Module not found: Can't resolve 'fs'