0

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

hellorayza
  • 49
  • 1
  • 7

1 Answers1

0

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

# example
where vue

enter image description here