Skip to content

Commit

Permalink
BE-738 Update info regarding required environment (#97)
Browse files Browse the repository at this point in the history
Aligned the range of supported Node.js version with the range of fabric SDK packages
https://hyperledger.github.io/fabric-sdk-node/release-1.4/#toc4__anchor

Signed-off-by: Atsushi Neki <atsushin@fast.au.fujitsu.com>
  • Loading branch information
nekia authored Apr 1, 2020
1 parent 1f465e2 commit 3cf378b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ blockchain-explorer
# 3.0 Dependencies <!-- do not remove this comment, ensure there is a blank line before each heading -->

Following are the software dependencies required to install and run hyperledger explorer:
* Nodejs 10.19+
* Nodejs 10 and 12 (10.19 and 12.16 tested)
* PostgreSQL 9.5 or greater
* [jq](https://stedolan.github.io/jq)
* Linux-based operating system, such as Ubuntu or MacOS
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"fabric-client sample app",
"v1.4.0 fabric nodesdk sample"
],
"engines": {
"node": "^8.11.2",
"npm": "^5.10.0"
},
"dependencies": {
"ajv": "^5.5.2",
"app-root-path": "^2.0.1",
Expand Down

0 comments on commit 3cf378b

Please sign in to comment.