Skip to content

Instantly share code, notes, and snippets.

@oberstet
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/8738339 to your computer and use it in GitHub Desktop.
Save oberstet/8738339 to your computer and use it in GitHub Desktop.
$ make install
npm install websocket
...
npm install when
...
$ cat foo.js
var websocket = require('websocket');
console.log(websocket);
$ browserify foo.js
Error: module "../build/Release/validation" not found from "c:\\Users\\oberstet\\scm\\tavendo\\autobahn\\AutobahnJS\\wor
k\\node_modules\\websocket\\lib\\Validation.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment