Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8be37eb

Browse files
chriscooldaviddias
authored andcommitted
README: node >= 4.5 is needed (#765)
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.
1 parent e999f05 commit 8be37eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This project is available through [npm](https://www.npmjs.com/). To install:
113113
> npm install ipfs --save
114114
```
115115

116-
Requires npm@3 and node >= 4, tested on OSX & Linux, expected to work on Windows.
116+
Requires npm@3 and node >= 4.5, tested on OSX & Linux, expected to work on Windows.
117117

118118
### Use in Node.js
119119

0 commit comments

Comments
 (0)