-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unknown downloader type #83
Comments
Sometimes it helps to Would be cool to have a better error message here: Hey, please check/delete/whatever target folder of package x/y before updating. |
I got the same error with 0.14.0-beta1 and private packages.
|
|
I've also had this problem. Like @mahfuz10 deleting the vendor directory fixed it. |
Can any of you provide reproducible instructions or a repository where this problem can be reliably produced, so that I can investigate a bit more? |
I suspect it's a composer issue. The projects where this issue occurs for me don't load |
I my case, for testing purposes I've created a symbolic link inside the vendor directory, this caused the error
when I execute the |
I've seen the same error, after installing a package from a local directory (using these instructions: https://barryvanveen.nl/blog/44-package-development-run-a-package-from-a-local-directory) and then trying to remove it again. |
Any news on a fix for this? |
[InvalidArgumentException] Unknown downloader type: . Available types: git, svn, fossil, hg, perforce, zip, rar, tar, gzip, xz, phar, file, path.
Not sure where this error comes from but I often get it if I change something in composer.json...
To get rid of it I have to delete the symlinked folder in vendor
The text was updated successfully, but these errors were encountered: