Open yabasha opened 1 year ago
did you run npm run build
or yarn build
after uninstalling the plugin?
yes I did
@yabasha Based on the documentation, it's recommended to execute npm run build && npm run develop
. If the plugin build persists within the build directory, you have two options to address it:
Clear the Build and Dependencies: Remove the build directory, node_modules
, and package-lock.json
by running:
rm -rf node_modules package-lock.json build
npm install
Rebuild the Project: Simply run:
npm run build
This approach resolved the issue for me.
When I uninstalled the plugin
npm uninstall @creazy231/strapi-plugin-apollo-sandbox
and removed the configurations then rebuild strapi, it stays on the right menu and gives mePlease advice,