password-hash icon indicating copy to clipboard operation
password-hash copied to clipboard

New release

Open meirkeller opened this issue 3 years ago • 4 comments

Can you please make a new release with the bcrypt #5 update?

meirkeller avatar Jan 27 '22 09:01 meirkeller

Any chance to publish a new update, @glauberportella ?

daniel-maegerli avatar Sep 22 '22 15:09 daniel-maegerli

Hello, sorry about the waiting time. I will investigate the #5 update to understand and return with an update as soon as possible, probably on the next week.

glauberportella avatar Sep 25 '22 11:09 glauberportella

Yes please if possible I get bcrypt install issues with node 18.

edencorbin avatar Apr 15 '23 08:04 edencorbin

not a solution but a working fix, i use this fix in node 18 and work as before, add the current snippet to your package.json:

  "overrides": {
    "node-phpass": {
      "bcrypt": "5.0.0"
    }
  },

this will force to use a specififc working version of bcrypt, overriding the libs setting

marco-bertelli avatar Mar 27 '24 17:03 marco-bertelli