[Vuejs]-How to see modules that depend on a given module?

0πŸ‘

βœ…

  npm view <PACKAGE> dependencies

Hope this helps.

0πŸ‘

There is no such command. You can check the Dependents tab on npm.com and cross reference it with the packages you have installed.

Leave a comment