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
} retry attempts failed. Either your internet connection is down, the registry is inaccessible, the authentication credentials are invalid, or the package does not exist.`,
106
106
}
107
+
}elseif(err.code==='ERR_INVALID_URL'){
108
+
return{
109
+
error: errorMessage||'Invalid URL',
110
+
}
107
111
}else{
108
112
// print a hint about the --timeout option for network timeout errors
0 commit comments