@nojaf I tried to use this script. It finds the package if I run it from the root:
❯ node find.mjs .
[ './node_modules' ]
[ './node_modules/@rescript/runtime' ]
Script took 4.649ms
But it doesn’t do the recursive search (I’m not sure if it should, though).
❯ node find.mjs ./clients/web/apps/platform
[ './clients/web/apps/platform/node_modules' ]
[]
Script took 4.681ms