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

How to upgrade to v12 in monorepo?

$
0
0

From the root, it exits with 0:

❯ npm exec -- rescript clean
Cleaning... 0 files.

❯ npm exec -- rescript build
>>>> Start compiling
Dependency Finished
>>>> Finish compiling 7 mseconds

But when I try to build the package from the package directory:

❯ npm exec -- rescript build 
[1/7] 📦 Building package tree...ERROR:
We could not build package tree  '@rescript/runtime', at path '/Users/Alex/Dev/psc'. Error: No such file or directory (os error 2)

Viewing all articles
Browse latest Browse all 2592

Trending Articles