Arthur Chumak
Arthur Chumak
I had to make such hotfix, to allow express router work 
🥺 waiting for chess 960 support https://github.com/jhlywa/chess.js/issues/122
issuing the same with node@16 ``` import Stockfish from "stockfish"; const engine = Stockfish()(); engine.then(() => console.log('init'), console.error) ```
I've solved it with using example below, and cloning repo into my project, without installing npm module https://github.com/nmrugg/stockfish.js/blob/v15.0.0/example/node_abstraction.js
I am experiencing the same issue.