[Browserify](https://www.npmjs.com/package/browserify) emits en error message: `Error: Cannot find module 'lapack' from '<path>/node_modules/sylvester/lib/node-sylvester'` One way to fix the issue would be to add `lapack` as dependency of `sylvester`. In the meantime, I use browserify's `--ignore lapack` option.