@adonisjs/lucid/providers/LucidProvider module not found #4352
Unanswered
danielperezp
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey @danielperezp! 👋🏻 It seems you are still using AdonisJS 4 (or even AdonisJS 3). The latest version of Lucid is for AdonisJS 6. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm new to the @adonisjs/lucid configuration, I have problems updating the version of the @adonisjs/lucid package from 6.2.1 to 18.0.0
I'm using docker image node:16.20.1-alpine to containerize the app
I have this folder structure and providers imports approach
I reviewed the latest docs of lucid here https://lucid.adonisjs.com/docs/installation
but I'm not using typescript.
This is the issue when the docker container tries to run the app

I checked if the @adonisjs/lucid/providers/LucidProvider is downloaded in node_modules and there is that file

when I use the lucid version 6.2.1 the app works but when I update it to 18.0.0 it doesn't.
Should I change the way that I'm importing the providers?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions