Update supported node.js version#994
Conversation
|
We explicitly set the version <10 because version 10 broke scrypt (and iirc also uws which is replaced now). Since scrypt didn't get an update since 2 years, I don't expect that to be fixed magically, when node didn't suddenly decide to revert their API changes. |
|
i added it only max to the min Nodejs information in README - no code. A fork provides v10 support (most active one) |
|
Oh just saw that you edit the readme, thought you edit the package.json. We are aware of node-scrypt. It just needed some work (which now waits for a PR) because node-scrypt and the scrypt package we used, are not compatible in their output formats. Apart from that, please fix the DCO and we can merge your PR :) |
|
ok - i just patched it via web edit foo |
Support includes v9.x, but no v10.x Signed-off-by: Xaver Maierhofer <xaver.maierhofer@xwissen.info>
|
I started replacing scrypt, but most alternatives can't be synchronous, and the place where it's used needs it to be synchronous (limitation of Sequelize). with node10 this wouldn't be a problem, AFAIK it has a sync version of scrypt. |
Support includes v9.x, but no v10.x
Console message:
https://github.com/nodejs/Release
Node.js LTS 10.x starts in October and i saw no PR to change compatible version