Skip to content

Commit

Permalink
Remove npm updating, it conflicts with node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 15, 2022
1 parent 62563c2 commit 0487bbe
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 @@ -302,10 +302,6 @@ sub_nodejs(){

# Install python to build node (gyp)
$SUDO_CMD apt-get $APT_CACHE_CMD install -y --no-install-recommends python3 g++ make nodejs npm curl

# Update npm and node-gyp
$SUDO_CMD npm i npm@latest -g
$SUDO_CMD npm i node-gyp@latest -g
}

# TypeScript
Expand Down

0 comments on commit 0487bbe

Please sign in to comment.