Uninstall @adonisjs/shield #4132
Answered
by
McSneaky
fenibofubara
asked this question in
Help
-
Hi guys, so i am trying to uninstall @adonisjs/shield after i installed it in the API server application i am building. I later learned that @adonisjs/shield' is not needed when building an API server. I am getting this error each time I try to start the server. I have uninstall @adonisjs/shield severally Error: Cannot find module '@adonisjs/shield'
Help, please |
Beta Was this translation helpful? Give feedback.
Answered by
McSneaky
Apr 27, 2023
Replies: 1 comment
-
You need to also remove Shield from list of providers in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RomainLanz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to also remove Shield from list of providers in
.adonisrc.json
andtsconfig.json
. After that it's also safe to removeconfig/shield.ts