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
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
Copyright © 2021 Jogjafile Inc.
I had the same error and I resolved it by down grading
bigchaindb-driverto 4.1.0 and also installingbase-xversion 3.0.4 andbip39version ^2.5.0".Following commands can resolve your error: