You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
I ran the install command mentioned in README and run the script but got below error.
Could not resolve "@tact-lang/ton-abi"
node_modules/@tact-lang/emulator/dist/emulator/ContractSystem.js:25:26:
25 │ const ton_abi_1 = require("@tact-lang/ton-abi");
╵ ~~~~~~~~~~~~~~~~~~~~
You can mark the path "@tact-lang/ton-abi" as external to exclude it from the bundle,
which will remove this error. You can also surround this "require" call with a try/catch
block to handle this failure at run-time instead of bundle-time.
8:44:13 PM [vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/@tact-lang/emulator/dist/emulator/ContractSystem.js:25:26: ERROR: Could not resolve "@tact-lang/ton-abi"
at failureErrorWithLog (/home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1649:15)
at /home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1058:25
at /home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1525:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
You can mark the path "@tact-lang/ton-abi" as external to exclude it from the bundle,
which will remove this error. You can also surround this "require" call with a try/catch
block to handle this failure at run-time instead of bundle-time.
8:44:13 PM [vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/@tact-lang/emulator/dist/emulator/ContractSystem.js:25:26: ERROR: Could not resolve "@tact-lang/ton-abi"
at failureErrorWithLog (/home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1649:15)
at /home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1058:25
at /home/mj/Projects/ton/markyton/ton/test-app/node_modules/esbuild/lib/main.js:1525:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran the install command mentioned in README and run the script but got below error.
The text was updated successfully, but these errors were encountered: