npmpnpm

how to konw a package global installed full path by pnpm?


how to konw a package global installed full path by pnpm? I have tried pnpm store path. that was not precise enough.


Solution

  • you can use where <app> to list paths of app if using windows command shell.

    # example
    where vue
    

    enter image description here