Replies: 4 comments 6 replies
-
You need to invoke it
this creates the config file and updates other necessary files. More information here |
Beta Was this translation helpful? Give feedback.
-
The table is happening to me, not only with redis, but also with other installation packages of Adonis 4.1 |
Beta Was this translation helpful? Give feedback.
-
@Kulboi What version of adonis do you use? And show me your package.json file. |
Beta Was this translation helpful? Give feedback.
-
Also having this issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I installed redis on my adonisjs backend using the following command adonis install @adonisjs/redis and added it to my providers in start/app.js like so;
const providers = [
'@adonisjs/redis/providers/RedisProvider'
]
But I get the error: Cannot find module '@adonisjs/redis/providers/RedisProvider'. Also, I noticed no config/redis file was automatically created after installing the library.
Would appreciate help on how to fix this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions