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 - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -