tutorials
tutorials copied to clipboard
Error while running the client
I have followed all of the steps in the 03-client tutorial, But at the end of step 7 I get this error message at the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'alloc')
at node_modules/ton-core/dist/boc/BitString.js (BitString.js:160:40)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/boc/BitBuilder.js (BitBuilder.js:13:21)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/boc/Builder.js (Builder.js:11:22)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/address/contractAddress.js (contractAddress.js:11:19)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
at node_modules/ton-core/dist/index.js (index.js:33:25)
at __require2 (chunk-BE6F4LZB.js?v=eb8efa7e:18:50)
I even cloned the repo, added .env
file and run both build.sh
and index.sh
scripts, but still same issue