We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e85ae commit b39168fCopy full SHA for b39168f
Makefile
@@ -59,6 +59,9 @@ format-check: ## Checks if format is correct
59
.PHONY: install
60
install: ## Update the package dependencies when new deps are added to dune-project
61
@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
65
@npm install --force
66
67
.PHONY: init
0 commit comments