node.js - Find what NPM modules depend on yours in a local Verdaccio registry -


previously, similar question asked. however, question never received answer addressed attempting complete same task on local verdaccio repo. ben burns noted in comments, making api call used in highest rated answer result in server returning { "error" : "no such package available" }.

is there way find dependents on local verdaccio registry? , if so, how?


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

r - Using `bbmle:mle2` with vector parameters (already works using `optim`) -