pierrec / node-lz4

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

install of 0.6.4 broken #101

Open leoparis89 opened 4 years ago

leoparis89 commented 4 years ago

OSX 10.13.6 Node v12.18.2 yarn v1.22.4

When I do yarn add lz4

I get this error

gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] CXX(target) Release/obj.target/lz4/lib/binding/lz4_binding.o ../lib/binding/lz4_binding.cc:8:10: fatal error: '../../deps/lz4/lib/lz4.h' file not found

include "../../deps/lz4/lib/lz4.h"

     ^~~~~~~~~~~~~~~~~~~~~~~~~~

1 error generated. make: *** [Release/obj.target/lz4/lib/binding/lz4_binding.o] Error 1

ankon commented 4 years ago

Duplicate of #99