Code Monkey home page Code Monkey logo

Comments (5)

GSadee avatar GSadee commented on June 3, 2024 3

This issue should be fixed by #15580

from sylius.

Lionel-D avatar Lionel-D commented on June 3, 2024

Reproduced, hoping for a quick fix

from sylius.

maximehuran avatar maximehuran commented on June 3, 2024

Same on Monsieur Biz' plugins

from sylius.

maximehuran avatar maximehuran commented on June 3, 2024

@jurv Does it work on the install when you force the version ?

Because at the install it is not loaded.
I already had this issue before : composer/composer#10338 (comment)

from sylius.

jurv avatar jurv commented on June 3, 2024

@jurv Does it work on the install when you force the version ?

Because at the install it is not loaded. I already had this issue before : composer/composer#10338 (comment)

@maximehuran I manage to make it work in my Makefile (widely inspired by yours BTW 😉) by doing something like this:

setup_application: ${APP_DIR}/.php-version ${APP_DIR}/.env.local
	rm -f ${APP_DIR}/yarn.lock
	(cd ${APP_DIR} && ${COMPOSER} config repositories.core '{"type": "composer", "url": "[...]"}')
	(cd ${APP_DIR} && ${COMPOSER} config repositories.plugin '{"type": "path", "url": "../../"}')
	(cd ${APP_DIR} && ${COMPOSER} config extra.symfony.allow-contrib true)
	(cd ${APP_DIR} && ${COMPOSER} config minimum-stability dev)

	# Prevent installing symfony 6.4 for now as cache:clear fails because of missing database
ifeq ("${SYLIUS_VERSION}", "1.12")
	(cd ${APP_DIR} && ${COMPOSER} config extra.symfony.require "6.3.*")
endif

	(cd ${APP_DIR} && ${COMPOSER} config --no-plugins allow-plugins true)
	(cd ${APP_DIR} && ${COMPOSER} install --no-interaction)

@GSadee thanks, indeed it looks like it will fix it. As this is a annoying issue preventing proper installation of projects, is a new release soon to be published with this fix ?

from sylius.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.