Skip to content

Commit

Permalink
Revert "Solve issue in macos."
Browse files Browse the repository at this point in the history
This reverts commit 63613ea.
  • Loading branch information
viferga committed May 15, 2024
1 parent 63613ea commit 7f61357
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/metacall-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,6 @@ sub_typescript(){
$SUDO_CMD npm i react@latest -g
$SUDO_CMD npm i react-dom@latest -g
elif [ "${OPERATIVE_SYSTEM}" = "Darwin" ]; then
# Install npm
brew install node@20
brew link node@20 --force --overwrite

# Install React dependencies in order to run the tests
npm i react@latest -g
npm i react-dom@latest -g
Expand Down

0 comments on commit 7f61357

Please sign in to comment.