-
Notifications
You must be signed in to change notification settings - Fork 99
Ubuntu 14.04 - Cannot find module '../build/Release/xxhash' #40
Comments
Humm. I just did the install on Ubuntu 14.04 with node 4.4.6 and it worked fine: vagrant@vagrant-ubuntu-trusty-64:~/sandbox/node-lz4$ npm i
|
Having the same issue but in a total different situation - we're having a total fancy project here with [email protected]... with two entry points... one for local development, the other for proudction with full SSR on node.js. Now when i include lz4 - and startup the dev environment.. everything is fine and webpack can bundle everything. But as soon as i try to build and start the production env/mode - it fails with the exact same Error:
I totally don't understand what could cause this 😕 |
Upping this issue, since it's still relevant for my project as well |
Getting similar error trying to use LZ4 in an angular project. Module not found: Error: Can't resolve '../build/Release/lz4' in '../Angular-HelloWorld/node_modules/lz4/lib' |
Same thing on my side, but not for xxhash:
|
Not sure how to fix this. There were no errors on npm install. I tried node-gyp rebuild and got a host of other (presumably) unrelated errors. Using node v4.4.5 with npm 2.15.5 here and can't get lz4 going like I could on osx (fwiw).
The text was updated successfully, but these errors were encountered: