Closed daleharvey closed 5 years ago
Older versions of bcrypt arent compatible with up to date versions of node, this fixed the broken npm install I was getting, as far as I can tell the API's TeslaAPI uses (bcrypt.genSaltSync + bcrypt.hashSync) are all compatible
:cake: Thanks!
Older versions of bcrypt arent compatible with up to date versions of node, this fixed the broken npm install I was getting, as far as I can tell the API's TeslaAPI uses (bcrypt.genSaltSync + bcrypt.hashSync) are all compatible