- Issue created by @Ron Collins
- 🇮🇳India dineshkumarbollu
Hi @Ron Collins
when I tried install in D10.1 and php 8.1, i am not getting memory error but giving one new error.
Problem 1 - Root composer.json requires drupal/commerce_realex ^3.0 -> satisfiable by drupal/commerce_realex[3.0.0]. - drupal/commerce_realex 3.0.0 requires annertech/rxp-js 1.3.1.21 -> could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details. - It's a private package and you forgot to add a custom repository to find it
- 🇨🇦Canada Ron Collins
Hi dineshkumarbollu,
You need to follow these directions from the README.md:
To make sure the correct dependencies are pulled in through composer, you have to first add the following to the repositories section of your root composer.json:
{ "type": "package", "package": { "name": "annertech/rxp-js", "version": "1.3.1.21", "type": "drupal-library", "dist": { "url": "https://github.com/Annertech/rxp-js/archive/1.3.1.21.zip", "type": "zip" }, "require": { "composer/installers": "~1.0" } } }
- Status changed to Closed: works as designed
9 months ago 9:19pm 16 February 2024 - 🇨🇦Canada Ron Collins
User error! We had a space in one of the fields. Closing. We have another error now but I'll open a separate ticket for that.