Skip to content

Commit 7f61357

Browse files
committed
Revert "Solve issue in macos."
This reverts commit 63613ea.
1 parent 63613ea commit 7f61357

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/metacall-environment.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,6 @@ sub_typescript(){
517517
$SUDO_CMD npm i react@latest -g
518518
$SUDO_CMD npm i react-dom@latest -g
519519
elif [ "${OPERATIVE_SYSTEM}" = "Darwin" ]; then
520-
# Install npm
521-
brew install node@20
522-
brew link node@20 --force --overwrite
523-
524520
# Install React dependencies in order to run the tests
525521
npm i react@latest -g
526522
npm i react-dom@latest -g

0 commit comments

Comments
 (0)