stockfish.js
stockfish.js copied to clipboard
Cannot find module 'D:\Node\node_modules\stockfish\src\stockfish.js'.
Y is it saying it. Even when using it in nextjs it says module not found
Same issue here Error: Cannot find module 'C:\codes\freechess\node_modules\stockfish\src\stockfish.js'. Please verify that the package.json has a valid "main" entry
solved, change package.json "main": "src/stockfish.js" to "main": "src/stockfish-nnue-16.js"
@Gameboy612 thank you
You're welcome!