node-scrypt icon indicating copy to clipboard operation
node-scrypt copied to clipboard

Scrypt for Node

Results 59 node-scrypt issues
Sort by recently updated
recently updated
newest added

Hey, When I try to install etheratom, it fails with this error: npm ERR! node v6.9.5 npm ERR! npm v3.10.5 npm ERR! code ELIFECYCLE npm ERR! [email protected] install: `node-gyp rebuild`...

Trying for 2 days already. Please help. Here it is: ` yp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | darwin...

While running the latest 6.0.1 version compiled with npm I ran into "Generic scrypt code is broken - please report bug!" which appears to be coming from the native scrypt...

Failed at the [email protected] install script 'node-gyp rebuild'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most...

1656 error node v4.2.4 1657 error npm v3.10.6 1658 error code ELIFECYCLE 1659 error [email protected] install: `node-gyp rebuild` 1659 error Exit status 1 1660 error Failed at the [email protected] install...

``` Starting with io.js 3 and Node.js 4, building native extensions requires C++11-compatible compiler, which seems unavailable on this VM. Please read https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements. $ node --version v6.0.0 $ npm --version...

The README currently uses the PNG version which is somewhat illegible on 4K/Retina screens. This PR just changes it to the SVG version which is vector based and thus scales...

I use node v.6.6.0 with npm 3.10.3. The install log for scrypt using npm was this; > $ npm install scrypt > > > [email protected] preinstall /Users/[user]/Desktop/scrypt/node_modules/.staging/scrypt-266b8e33 > > node...

node-scrypt 6.0.3 has been working fine for me until recently when I rebuilt my node_modules folder. I am now getting Segmentation fault errors when making scrypt calls. The only change...

I read on the repo that you intended to move the `encrypt/decrypt` functions found on `[email protected]` [to another module](https://github.com/barrysteyn/node-scrypt/blob/v2.0/Readme.md#introducing-node-scrypt-version-2). Are there any plans to work on that module?