aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/README.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-12-07 01:12:33 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-12-07 01:12:33 +0800
commite0e10d4afe390404c1b0700fb2694e7a3a7d5be5 (patch)
treec633e01825f4d541f6f27ac1f5bd478708b73c20 /RPCTests/README.md
parent32a7678d26362898b00b7efda3e89ab20b7ea24e (diff)
downloaddexon-tests-e0e10d4afe390404c1b0700fb2694e7a3a7d5be5.tar.gz
dexon-tests-e0e10d4afe390404c1b0700fb2694e7a3a7d5be5.tar.zst
dexon-tests-e0e10d4afe390404c1b0700fb2694e7a3a7d5be5.zip
How to install web3
Diffstat (limited to 'RPCTests/README.md')
-rw-r--r--RPCTests/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RPCTests/README.md b/RPCTests/README.md
index 9e0486c7d..6497ddeec 100644
--- a/RPCTests/README.md
+++ b/RPCTests/README.md
@@ -34,6 +34,8 @@ $ node ./main.js ~/src/cpp-ethereum/build/eth/eth
(node:27647) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module 'web3'
```
+Answer: `npm install web3`
+
Has any other clients been tested with this?
--------------------------------------------