System Information
- Strapi Version: 4.7.1
- Operating System: macOS Ventura 13.1
- Database: mysql
- Node Version: 16
- NPM Version: 6.14.16
- Yarn Version:
I have installed Strapi v4.7.1 using Docker following this great tutorial from Simen Daehlin: Docker with Strapi V4
Everything works perfect, but how can I install plugins in such Docker environment? I’ve followed these instructions to install plugins:
Step 1) npm install strapi-plugin-name
Step 2) npm run build
It installs the plugins without errors, I even see them in the package.json file. But they don’t appear on the Strapi admin’s UI.
Any ideas how can I do this? Thanks