Not passing both test, I don't know the reason

Tell us what’s happening:
I set up the dependency in package.json (test passes), but when I add the following in the server.js it doesn’t pass:

var express = require('express');
var app = express();
var fs = require('fs');
var path = require('path');

const bcrypt = require('bcrypt');

Could someone explain to me what am I doing wrong?
Your project link(s)

solution: https://boilerplate-infosec.dvidzsmboki.repl.co

Your browser information:

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

Challenge: Understand BCrypt Hashes

Link to the challenge:

hmm just guessing here: starting project name for the challenge you refer to is boilerplate-bcrypt, and your project link is boilerplate-infosec. Try to use correct starting project

Will check it out, thanks. Now that I checked, I skipped the first paragraph stating that this has a new starting project… :smiley:

1 Like

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