Skip to content

Can't require coined #4

Description

@dionyziz

After installing coined using npm install coined, I get this error:

dionyziz@erdos ~/workspace/block17 % node
> var coined = require('coined');
Error: Cannot find module 'bcoin/node_modules/bn.js'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/dionyziz/workspace/block17/node_modules/coined/lib/coined.js:28:10)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

I expect this has to do with the fact that the bcoin API has been heavily updated and coined has stayed behind.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions