hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

Can't install scoped package #89

Closed cshehadi closed 6 years ago

cshehadi commented 6 years ago

Please provide your composer.json if appropriate.

I'd like to install this scoped npm package:

https://www.npmjs.com/package/@pusher/chatkit

According to this article:

https://github.com/fxpio/composer-asset-plugin/blob/master/Resources/doc/index.md#work-with-the-npm-scopes

I should be able to install it using:

"npm-asset/pusher--chatkit": "~0.7.0",

But i get an error:

"The requested package npm-asset/pusher--chatkit could not be found in any version, there may be a typo in the package name."

Is this working properly for scoped packages?

Thanks,

-Charlie

hiqsol commented 6 years ago

Seems like you didn't fetch the package on the site first.

ap

I did it and it seems to work.

Here is my working composer.json:

{
    "require": {
        "npm-asset/pusher--chatkit": "~0.7.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ]
}
cshehadi commented 6 years ago

ah - you are right - sorry to waste your time. thanks for the response.

On Thu, Aug 2, 2018 at 2:06 AM Andrii Vasyliev notifications@github.com wrote:

Seems like you didn't fetch the package on the site first.

[image: ap] https://user-images.githubusercontent.com/11820365/43565379-2bf40450-9633-11e8-808f-a23ef85ffa54.png

I did it and it seems to work.

Here is my working composer.json:

{ "require": { "npm-asset/pusher--chatkit": "~0.7.0" }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hiqdev/asset-packagist/issues/89#issuecomment-409816365, or mute the thread https://github.com/notifications/unsubscribe-auth/AAnD_P6UPSt6JXrutm0kLTp_jULcXJWNks5uMpb9gaJpZM4VrOx1 .

-- Make a small loan, Make a big difference - http://www.Kiva.org