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 3b8c90d commit 63613eaCopy full SHA for 63613ea
tools/metacall-environment.sh
@@ -517,6 +517,10 @@ sub_typescript(){
517
$SUDO_CMD npm i react@latest -g
518
$SUDO_CMD npm i react-dom@latest -g
519
elif [ "${OPERATIVE_SYSTEM}" = "Darwin" ]; then
520
+ # Install npm
521
+ brew install node@20
522
+ brew link node@20 --force --overwrite
523
+
524
# Install React dependencies in order to run the tests
525
npm i react@latest -g
526
npm i react-dom@latest -g
0 commit comments