Skip to content

Commit 3022ec5

Browse files
committed
fix: update duplicate steps
1 parent 9ffa76b commit 3022ec5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
3030
nvm install
3131
nvm use
3232

33-
# Update npm
34-
npm install -g $(cat .npmrc)
35-
3633
# Install Python (using Homebrew)
3734
brew install python3
3835

@@ -56,8 +53,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
5653
nvm install
5754
nvm use
5855

59-
# Update npm
60-
npm install -g $(cat .npmrc)
6156

6257
# Install Python (Ubuntu/Debian)
6358
sudo apt update && sudo apt install python3 python3-pip python3-venv

0 commit comments

Comments
 (0)