Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

How to upgrade to v12 in monorepo?

$
0
0

@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

Viewing all articles
Browse latest Browse all 2592

Trending Articles