Skip to content

Could not found module './build/Release/native' from 'index.js' #39

Description

@theofilis

I install version 2.0.2 and on runtime I have this error:

Cannot find module './build/Release/native' from 'index.js'

  at Resolver.resolveModule (../../../../../../.nvm/v6.10.3/lib/node_modules/jest/node_modules/jest-resolve/build/index.js:181:17)
  at Object.<anonymous> (node_modules/hfc/node_modules/hashtable/index.js:1:139)

I have a workaround by change first line of index.js from var HashTable = require('./build/Release/native').HashTable; to var HashTable = require('./build/Release/native.node').HashTable;

I am currently working on Ubuntu 16.04 OS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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