-
Notifications
You must be signed in to change notification settings - Fork 520
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
Not valid JSON error from package during composer install from Satis Repo #662
Comments
I can't use any of your example config files because you have a weird editor I think and it replaced all regular |
Sorry! I have updated it now. Thanks |
Unfortunately my build output only contains valid JSON files. Perhaps you can share the generated JSON file that contains the issue so we can identify in what way the JSON is not valid? |
it should be a grammatical mistake |
I run Archlinux but 99% of the time I run Composer / Satis inside Docker containers which means it runs on Alpine. |
Describe the bug
I get an error when I try to install composer dependencies from a Satis Repo. Both are hosted on my local machine. When I run composer install, it throws an error:
This only happens on one Linux machine running Centos 7. It works correctly on my MAC.
To Reproduce
Satis.json
Composer.json on client to download from Satis:
Outcome
After running composer install on the client, it should install without problem but I get the error listed above.
Additional context
PHP Version 7.3.28
Composer Version 2+
I have used multiple version of Composer 2.x+ and it happens with all of them.
Does anybody have any ideas about what causes this error? Is it due to a versioning error or a Linux config error? This bugs happens with 99% of packages I add to my dependency list.
Thanks.
The text was updated successfully, but these errors were encountered: