Getting error for Drupal 10 installation.

Created on 27 March 2024, 9 months ago
Updated 10 April 2024, 9 months ago

💬 Support request
Status

Fixed

Component

BS Base

Created by

🇮🇳India ravi kant Jaipur

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ravi kant
  • 🇷🇸Serbia pivica

    Not sure but it seems you are trying to install older version of bs_base which requires D8 or D9. Make sure you are installing the latest version of bs_base which is beta6.

  • 🇷🇸Serbia pivica

    Ah I see now your composer is also using bs_lib dev version which is wrong - maybe that is blocking your composer install. Make sure that you are installing bs_lib 8.x-1.0-beta4 version.

    You could try -W option that composer is telling you and see will that help.

  • 🇮🇳India ravi kant Jaipur

    I am installing using composer as composer require 'drupal/bs_base:^1.0@beta'
    and getting above error.

  • 🇷🇸Serbia pivica

    Go to your composer.json and change minumum-stability value from stable to dev, so instead

        "minimum-stability": "stable",
    

    you need to have

        "minimum-stability": "dev",
    

    This is needed because bs_base and bs_lib versions are still in beta release.

  • 🇮🇳India ravi kant Jaipur

    Thank you @pivica
    It is working for me now.

  • Status changed to Fixed 9 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024