Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript User Authentication With Express and Mongo User Registration Adding Data to the Database

I am having trouble getting the download at S4V6 to run with nodemon even though mongo db is on. There is a module 327

module 327 throw error and it appears that one of the dependencies in the package.json file has crashed. bcrypt is not working. I tried to remedy that with something I found out about on the web but it did not work either. I cannot get the completed program to run on a server at all.

2 Answers

Hi Amy,

You've probably solved this already, but the issue is most likely that you haven't installed bcrypt. Run npm install --save bcrypt, and then try nodemon and it should work.

Julianna Kahn
Julianna Kahn
20,702 Points

I still keep getting the error, can't find bcrypt.