-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found #289
Comments
Was facing the same issue, so installed an older version of the module, using below command, and it worked. |
That indeed solved the issue. Not I'm heading into other issues tho. |
I think there will be an issue around "mnemonicToSeed" function, for that you will have to use mnemonicToSeedSync function in place of that. Also, you will have to update the module base-x. and the change you will have to do will be in "node_modules/base-x/index.js", comment out line number 29, and then it will work. Thanks |
Same issue here, current For now, installing the former version works: npm i bigchaindb-driver@4.1.0 |
Hello, I'm facing the same error "module not found error" while importing bigchaindb-driver. Any information about this error ? I tried many versions Thanks |
Hi Anthony, The answer from @kremalicious did work for me. I completely reinstalled Node (along with NPM), and tried again. kr. |
Hi thank you for you answer:) I reinstalled everything from scratch (node, npm, driver) and i'm still facing the issue. I have few errors while installing the driver about method deprecation with toObject kr |
Have you tried using the --unsafe parameter whilst installing using npm? It might not be ideal, but maybe it will get you further in your search. kr |
that's fixed with the latest |
Hi there,
I'm trying to create transactions using javascript (NodeJS) but ran in an annoying issue.
I have installed the module as described on the website, along with its dependencies, but whenever I try to import the module I get an module not found error.
Importing module:
const driver = require('bigchaindb-driver')
Error:
When I do an
npm list
in the folder, I get the following (snipped for readability)Any help would be welcome!
The text was updated successfully, but these errors were encountered: