Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Install Installs Modules in "vendor" Instead of Specified "modules" Directory #532

Open
luizkim opened this issue Feb 4, 2024 · 0 comments

Comments

@luizkim
Copy link

luizkim commented Feb 4, 2024

I'm encountering an issue where running composer install installs the modules specified in the installer-paths configuration in the "vendor" directory instead of the specified "modules" directory.

Steps to Reproduce:

Clone the repository.
Run composer install.
Check the installed modules' location.
Expected Behavior:
Modules should be installed in the "modules" directory as specified in the installer-paths configuration.

Actual Behavior:
Modules are being installed in the "vendor" directory instead of the specified "modules" directory.

My Composer.json:
https://github.com/ControleOnline/api-community/blob/production/composer.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant