m3nda

Results 97 comments of m3nda

Did u tried? Did it fail? Nobody is gonna tell you anything satisfactory if you don't supply enough info about it.

This may look nonsense, but download zip or clone repo then install like `npm install ./node-multi-hashing`. I've spent many hours trying to compile that module from SEVERAL machines, so finally...

Yes, one more: download this https://mega.nz/#!bBtHQLrJ!c9fNeG45BlQo8dcY-i-jCykzRNbShZm1oKhz0nnqmK8 pre-compiled module. I've built it less than hour ago, Debian 8 64bit. Add the zip contents inside node_modules.

I had your same problem building unomp, wich SAME dependancy and only get it compiled from a Linux Machine. Im not a regular user of Node, so I didn't know...

Also, readed something about use Node 0.10 for `multi-hashing` module. Try `node-gyp rebuild` but im pretty sure that this would try to compile again that module, then fail. Srry.

I've built in my own Laptop using Debian 8 Jessie x64, and finally did the work. ``` node -v 0.10.29 npm -v 1.3.10 ``` ``` SOLINK_MODULE(target) Release/obj.target/multihashing.node: Finished COPY Release/multihashing.node...

In another server I have with CentOS 7 i got: ``` Error: Cannot find module './lib/cookies' ``` but module compiles too. ``` npm ERR! node -v v0.10.25 npm ERR! npm...

On Windows was impossible to build dependancy `bignum`

Getting same issue with Python2. Same here, Python3 as main (python) and Python2 as alt. None runs of couse.

Take a look at https://dev.to/alex114/electron-vite-easy-way-to-protect-your-electron-source-code-4pjb.