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
When trying to run setup in zombienet-linux the following error appears:
Setup will start to download binaries:
- polkadot Approx. size 114 MB
- polkadot-parachain Approx. size 120 MB
Total approx. size: 234 MB
Do you want to continue? (y/n)y
Start download...
uncaughtException
Error: File or directory '/**/javascript/packages/cli/dist/polkadot-parachain' was not included into executable at compilation stage. Please recompile adding it as asset or script.
at error_ENOENT (pkg/prelude/bootstrap.js:657:19)
at openFromSnapshot (pkg/prelude/bootstrap.js:758:29)
at Object.open (pkg/prelude/bootstrap.js:812:5)
at WriteStream._construct (node:internal/fs/streams:66:17)
at constructNT (node:internal/streams/destroy:281:27)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
path: '/snapshot/javascript/packages/cli/dist/polkadot-parachain',
pkg: true
}
The text was updated successfully, but these errors were encountered:
When trying to run setup in
zombienet-linux
the following error appears:The text was updated successfully, but these errors were encountered: