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
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
To solve this you just need to install the package, like:
npm install --save phc-bcrypt