Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Fallback is not happening in Kappa, #118

@manoharank5

Description

@manoharank5

Fallback is not happening in Kappa, I am using the following config file and I am able to install the npm packages on the first repository(http://privaterepo/lgc) but i am not able to install any packages from the second repository. I was trying install bytes npm package which is not available in the first repository and I am expecting it to be installed from second repository (means it should fallback to second repository if it is not available in first repository) . I would your appreciate your help on this

{
"servers": [
{
"host": "localhost",
"port": 9500,
"options": {
"timeout": {
"socket": false
} ,
"payload": {
"maxBytes": 10000000
}
}
}
],
"plugins": {
"kappa": {
"paths": [
"http://privaterepo/lgc",
"https://registry.npmjs.org/"

        ]
    }
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions