ulearnpro / ulearn

ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
https://www.ulearnpro.com
MIT License
635 stars 290 forks source link

Problem when running "composer update" #6

Open amanijoseph87 opened 4 years ago

amanijoseph87 commented 4 years ago

[Composer\Downloader\TransportException] The "https://packagist.org/p/provider-2019-01%240ed127b66a3f9869760f0f78bb7d94582d3f327e0708c6c07d1f7cdebd41b124.js on" file could not be downloaded (HTTP/1.1 404 Not Found)

iajohn commented 4 years ago

Check your network connection and retry

iajohn commented 4 years ago

@amanijoseph87 : If the error persists you should include the code below inside the composer.json file

"repositories": [ { "type": "composer", "url": "https://packagist.org" }, { "packagist": false } ]

Then run composer install again