Answers for "Installation failed, reverting ./composer.json and ./composer.lock to their original content."

0

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

//Problem is the version in the packages are not the same
//To figure out we try the version one by one from 0

composer require laravel/ui:0.*
composer require laravel/ui:1.*
composer require laravel/ui:2.*
Posted by: Guest on January-12-2021

Code answers related to "Installation failed, reverting ./composer.json and ./composer.lock to their original content."

Code answers related to "Javascript"

Browse Popular Code Answers by Language