Information Security with HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:

me dice que no paso las pruebas y agregue todo lo que dice en server.js : const bcrypt = require(‘bcrypt’); probe un monton de cosas y no lo puedo hacer funcioner, clone el git ue dice y todo pero nada

###Your project link(s)

solution: https://4d0eda4d-f9e3-4367-b9e2-e04c309262ca-00-3q2g10386ljcr.worf.replit.dev

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36

Challenge Information:

Information Security with HelmetJS - Understand BCrypt Hashes

Sometimes the issue isn’t your code but the library version. On Replit, bcrypt can fail to install correctly. Try checking if bcryptjs is the one you need here. Also make sure it’s listed in your package.json and installed properly. That often clears the failing tests.