Where has yarn installed my dependency with pnp?

Viewed 237

I'm using yarn v1 with pnp, configured in the package json with:

  "installConfig": {
    "pnp": true
  }

How do I find where the code for the dependency is located? Is there something like yarn debug my-dependency

1 Answers
Related