You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
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
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/"
}
The text was updated successfully, but these errors were encountered: