lncli-web
lncli-web copied to clipboard
Unable to run on Ubuntu
Trying to get this to run on linux (Ububtu) and getting the following error:
TypeError: hex is not a function
at Function.from (native)
at Function.from (native)
at Object.module.encode (/home/jrogers/lncli-web/app/zpay32.js:17:29)
at Object.
When I compile, I get the following warnings:
npm WARN optional Skipping failed optional dependency /chokidar/fsevents: npm WARN notsup Not compatible with your operating system or architecture: [email protected]
seems that fsevents if limited to osx, which may be causing this problem. Is the datatype "hex" not defined somewhere else where I can make this work on Ubuntu?
node --version
?
Having issues of a different nature myself, trying to compare notes.