Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when running "composer update" #6

Open
amanijoseph87 opened this issue Oct 27, 2019 · 2 comments
Open

Problem when running "composer update" #6

amanijoseph87 opened this issue Oct 27, 2019 · 2 comments

Comments

@amanijoseph87
Copy link

[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
Copy link

iajohn commented Jan 15, 2020

Check your network connection and retry

@iajohn
Copy link

iajohn commented Jan 24, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants