Skip to content

Commit b39168f

Browse files
committed
Add comment on install --force
1 parent 80e85ae commit b39168f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ format-check: ## Checks if format is correct
5959
.PHONY: install
6060
install: ## Update the package dependencies when new deps are added to dune-project
6161
@opam install . --deps-only --with-test
62+
# --force is needed because we are installing react@19 while other dependencies
63+
# require react@18. It's a good workaround to bypass the npm validation error
64+
# and test the rc versions of React
6265
@npm install --force
6366

6467
.PHONY: init

0 commit comments

Comments
 (0)