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.
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
lapackas dependency ofsylvester. In the meantime, I use browserify's--ignore lapackoption.