You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I open the PR
Run composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
shell: /usr/bin/bash -e {0}
Your lock file does not contain a compatible set of packages. Please run composer update.
Error: Process completed with exit code 2.
Although I have run composer update and composer install
can anyone tell me what should I do?
The text was updated successfully, but these errors were encountered:
After cloning the repo run this command composer update --no-scripts
this will install all required packages and you wont have any error while making a PR.
I'm getting this error when I open the PR
Run composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
shell: /usr/bin/bash -e {0}
Your lock file does not contain a compatible set of packages. Please run composer update.
Error: Process completed with exit code 2.
Although I have run composer update and composer install
can anyone tell me what should I do?
The text was updated successfully, but these errors were encountered: