-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi
I can't seem to get the ARM binary of cardano-hw-cli to run. I've tried a couple of different versions, 1.15.0 and v1.18.1. The following error occurs on Ubuntu, 24.04 and 22.04 on a Pi 500 and a VPS. Any help fixing this would be great, thanks.
./cardano-hw-cli
pkg/prelude/bootstrap.js:1872
throw error;
^
Error: Cannot find module '/snapshot/cardano-hw-cli/node_modules/tslib/tslib.js'
- If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
at createEsmNotFoundErr (node:internal/modules/cjs/loader:967:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:960:15)
at resolveExports (node:internal/modules/cjs/loader:488:14)
at Module._findPath (node:internal/modules/cjs/loader:528:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:932:27)
at Function._resolveFilename (pkg/prelude/bootstrap.js:1951:46)
at Module._load (node:internal/modules/cjs/loader:787:27)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at Module.require (pkg/prelude/bootstrap.js:1851:31)
at require (node:internal/modules/cjs/helpers:102:18) {
code: 'MODULE_NOT_FOUND',
path: '/snapshot/cardano-hw-cli/node_modules/tslib/package.json',
pkg: true
}
Node.js v18.5.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels