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 63613ea commit 7f61357Copy full SHA for 7f61357
tools/metacall-environment.sh
@@ -517,10 +517,6 @@ 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