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

@rescript/runtime dependency problems

$
0
0

Adding the following lines in pnpm-workspace.yaml fixed the issue for me without modifying package.json:

publicHoistPattern:
  - "*@rescript/runtime*"

(then delete your node_modules directory and do a pnpm i)

Yet another pnpm’s symlinked node_modules structure issue I guess.


Viewing all articles
Browse latest Browse all 2592

Trending Articles