Ryu-From-Streets / classcompass

CS320 PUMA2 semester project
6 stars 0 forks source link

Module not found error on backend #25

Closed Ryu-From-Streets closed 5 months ago

Ryu-From-Streets commented 5 months ago

When running npm start on backend, I get the error:

node:internal/modules/cjs/loader:1146
  throw err;
  ^

Error: Cannot find module 'bcrypt'

Even when running npm install to make sure I have all the dependencies, the error still persists. I'm not sure what the issue is, but it shouldn't take too long to resolve, though it should be resolved as soon as possible to make sure integration is working.

Ryu-From-Streets commented 5 months ago

the package for bcrypt was not updated, but it is now.

npm install installs bccrypt and this error is now resolved.