1

When I call some route I receive this error: Cannot find module 'phc-bcrypt'

Cannot find module 'phc-bcrypt'

I am working with AdonisJS 5

1 Answers1

2

To solve this you just need to install the package, like:

npm install --save phc-bcrypt
ARNON
  • 1,097
  • 1
  • 15
  • 33