ulearnpro/ulearn

Problem when running "composer update"

amanijoseph87 opened this issue · 2 comments

[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)

Check your network connection and retry

@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