mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 27 forks source link

Problem dependencies with strapi@4.15.0 #136

Closed jpouvrard closed 9 months ago

jpouvrard commented 10 months ago

I'm using "@strapi/strapi": "4.15.0". When I try to install "strapi-plugin-menus": "1.5.0", I have this error:

Could not resolve dependency:
 strapi-plugin-menus@"1.5.0" from the root project
 Conflicting peer dependency: react-intl@6.5.1
 node_modules/react-intl
   peer react-intl@"^6.4.4" from strapi-plugin-menus@1.5.0
   node_modules/strapi-plugin-menus
     strapi-plugin-menus@"1.5.0" from the root project

Because of that:

Found: react-intl@6.4.1
 node_modules/react-intl
   react-intl@"6.4.1" from @strapi/admin@4.15.0
   node_modules/@strapi/admin
     @strapi/admin@"4.15.0" from @strapi/strapi@4.15.0
     node_modules/@strapi/strapi
       @strapi/strapi@"4.15.0" from the root project
bora89 commented 10 months ago

Yeah, same for me

mattmilburn commented 9 months ago

Hi @jpouvrard @bora89 This will be fixed in an upcoming release 👍🏻 I'll ping this issue once it is available.

bastianrickmannACN commented 9 months ago

@jpouvrard @bora89 adding react-intl as dependencies solved it for me

mattmilburn commented 9 months ago

Hi @jpouvrard @bora89 @bastianrickmannACN This is now fixed in the latest v1.6.0 release of the plugin 🎉