Skip to content

Commit

Permalink
Trying to solve macos issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed May 17, 2024
1 parent 81abd3c commit 4768980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/metacall-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ sub_nodejs(){
brew postinstall node@20
# Define node location
NODE_PREFIX=$(brew --prefix node@20)
# Include binaries into PATH
export PATH="$NODE_PREFIX/bin:$PATH"

# Configure NodeJS paths
mkdir -p build
Expand Down

0 comments on commit 4768980

Please sign in to comment.