password-hash
password-hash copied to clipboard
New release
Can you please make a new release with the bcrypt
#5 update?
Any chance to publish a new update, @glauberportella ?
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.
Yes please if possible I get bcrypt install issues with node 18.
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