Arthur Chumak

Results 5 comments of Arthur Chumak

I had to make such hotfix, to allow express router work ![image](https://user-images.githubusercontent.com/8324045/176855376-bd28cbe9-e8f2-4cd9-9794-c7b6abccfcad.png)

🥺 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.