Skip to content

Instantly share code, notes, and snippets.

@bobrik
Created October 15, 2012 20:03
Show Gist options
  • Save bobrik/3894971 to your computer and use it in GitHub Desktop.
Save bobrik/3894971 to your computer and use it in GitHub Desktop.

This happens only on node 0.9.x, 0.8.11 works just fine.

To check: npm install aligned-buffer + require it in node.js repl.

> require("aligned-buffer")
Error: Symbol aligned-buffer_module not found.
at Object.Module._extensions..node (module.js:490:11)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at /opt/backpack/node_modules/aligned-buffer/index.js:2:22
at Object.<anonymous> (/opt/backpack/node_modules/aligned-buffer/index.js:3:3)
at Module._compile (module.js:454:26)
at Object.Module._extensions..js (module.js:472:10)
at Module.load (module.js:356:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment