hiqdev / asset-packagist

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

Can't fetch npm-asset/light-modal #127

Closed triawarman closed 3 years ago

triawarman commented 3 years ago

Hello when i try to fetch package in https://asset-packagist.org/package/npm-asset/light-modal get error Package update failed, and npm-asset/light-modal is exist on npmjs https://www.npmjs.com/package/light-modal

{
    "name": "triawarman/yii2-vanillajs",
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.6.0",
        "oomphinc/composer-installers-extender": "^1.1",
        "bower-asset/choices.js": "~9.0.0",
        "npm-asset/light-modal": "*",
        "yiisoft/yii2": "~2.0.14"
    },
    "config": {
        "process-timeout": 1800,
        "fxp-asset": {
            "enabled": false
        }
    },
    "extra": {
        "installer-types": ["bower-asset", "npm-asset"],
        "installer-paths": {
            "vendor/assets/{$name}/": ["type:bower-asset", "type:npm-asset"]
        }
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ]
}
hiqsol commented 3 years ago

Fixed. Please reopen the issue if not.