bigchaindb-driver not found in node_modules?

401 Views Asked by At

I am trying to use Node.js SDK for BigchainDB but I always get error as

Error: Cannot find module 'bigchaindb-driver'

But bigchaindb-driver is already installed by npm install.

Please check this github issue

1

There are 1 best solutions below

0
Block Crasher On

I had the same error and I resolved it by down grading bigchaindb-driver to 4.1.0 and also installing base-x version 3.0.4 and bip39 version ^2.5.0".

Following commands can resolve your error:

npm install [email protected]
npm install [email protected]
npm install [email protected]