Open
Description
Every time I clone a repo with this module in it - I get this error on start on a script. I have to npm install rbytes
to fix it. I use a bunch of other node modules and rbytes is the only one that does this.
Complete error message:
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module './build/default/binding'
at Function._resolveFilename (module.js:322:11)
at Function._load (module.js:267:25)
at require (module.js:351:19)
at Object.<anonymous> (/home/user/repo/node/node_modules/rbytes/index.js:1:77)
at Module._compile (module.js:407:26)
at Object..js (module.js:413:10)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:351:19)
at Object.<anonymous> (/home/user/repo/node/session.js:4:14)```
Metadata
Metadata
Assignees
Labels
No labels