pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

Fix: Cannot find module 'lz4' #79

Closed mbec-lbto closed 5 years ago

mbec-lbto commented 5 years ago

Fixes #35 Browserify does not seem to handle -r ./lib/lz4.js:lz4 - giving it a softlink with a different name seems to fix the issue.