Looking for ?

Translate

Solved - Install of nesbot/carbon failed, Install of Laravel/framework failed

 Hi guys, Wondering what is causing this error why you area doing composer install


SOLUTION
What is causing the error is because you are been timed out during the installation, probably low network in your end.

So increase your time inside your composer.json as with below script

config": {
         .....
        "process-timeout":2000,
       ....
    },


"scripts": {
       .....
        "test": [
            "COMPOSER_PROCESS_TIMEOUT=2000 ",
            "Composer\\Config::disableProcessTimeout",
            "phpunit"
        ],
....
}





SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment