BCrypt should be properly required but code is nested in file correctly

Tell us what’s happening:
Describe your issue in detail here.

I installed bcrypt and is checked off for the solution section as a dependency but second is not checked off BCrypt should be properly required.
Using this code I added to the server.js and isn’t working. Any thoughts?

const bcrypt = require(‘bcrypt’);

Your project link(s)

solution: https://replit.com/@jasonalvarez5/boilerplate-infosec

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0

Challenge: Understand BCrypt Hashes

Link to the challenge:

Welcome there,

You are using the incorrect boilerplate for this project. The first sentence on that lesson:

For the following challenges, you will be working with a new starter project that is different from the previous one. You can find the new starter project on Replit, or clone it from GitHub.

Hope this clarifies

1 Like

Thank you! new boilerplate worked!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.