#Error with snarkyJS node

3 messages · Page 1 of 1 (latest)

crude sonnet
#
node_modules/snarkyjs/dist/node/lib/bool.d.ts:2:36 - error TS2307: Cannot find module 'src/bindings/crypto/non-negative.js' or its corresponding type declarations.

2 import { NonNegativeInteger } from 'src/bindings/crypto/non-negative.js';
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 1 error in node_modules/snarkyjs/dist/node/lib/bool.d.ts:2

This error started showing up in my node server after upgrading to 0.11.3

crude sonnet
#

If it's not something I can't fix, then I can try to work around it, whether or not you have it prioritized to resolve. But if it's just something misconfigured on my side then I can dive into that.