Seguridad de la Información con HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:

While trying to require bcrypt to my server.js file this is the line I added

const bcrypt = require(‘bcrypt’);
but when I want to check I have this error:
"I get this message “// running tests
BCrypt should be properly required.
// tests completed
// console output
[Error: Not Found]”

I don’t know why I thik I required it in the correct way and I’ve version bcrypt: ^5.1.1 at dependencies.

###Your project link(s)

solution:

Your browser information:

El agente de usuario es: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

Challenge Information:

Seguridad de la Información con HelmetJS - Understand BCrypt Hashes