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

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -