Install the Strapi Comments plugin via command line
masterTo install the plugin in your Strapi project, use yarn (recommended). After installation, you must rebuild your Strapi instance to make the plugin appear in the sidebar.
- Install the package:
yarn add strapi-plugin-comments@latest - Rebuild and restart your instance:
yarn build yarn develop
Once running, the Comments plugin will be visible in the Plugins section of the Strapi sidebar.
yarn add strapi-plugin-comments@latest
yarn build
yarn develop