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 was archived by the owner on Feb 12, 2024. It is now read-only.
With node 4.4 one gets errors like:
$ jsipfs --help
/usr/local/lib/node_modules/ipfs/node_modules/ethereumjs-util/index.js:31
exports.SHA3_NULL = Buffer.from(exports.SHA3_NULL_S, 'hex')
^
TypeError: hex is not a function
at Function.from (native)
at Function.from (native)
at Object.<anonymous> (/usr/local/lib/node_modules/ipfs/node_modules/ethereumjs-util/index.js:31:28)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/usr/local/lib/node_modules/ipfs/node_modules/ethereumjs-block/header.js:1:77)
So it really looks like node >= 4.5 is needed.
0 commit comments