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

Fallback is not happening in Kappa, #118

Open
manoharank5 opened this issue May 24, 2016 · 2 comments
Open

Fallback is not happening in Kappa, #118

manoharank5 opened this issue May 24, 2016 · 2 comments

Comments

@manoharank5
Copy link

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/"

        ]
    }
}

}

@manoharank5
Copy link
Author

I would appreciate if any one can help me on this

@shaunwarman
Copy link
Member

Sorry for the delay. Was there an error during NPM install? If so, please add the log here.

Also could you wrap your config in a fenced code block?

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

No branches or pull requests

2 participants