Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmakarand authored May 28, 2024
1 parent aa5913a commit ed92f27
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@ cd webapp/ || exit

# Step 3: Update npm to the latest version globally

rm package-lock.json

sudo rm -rf node_modules

# Step 2: Reinstall dependencies
sudo npm install -rf node_modules

# Step 3: Update npm to the latest version globally
npm install -g npm@latest -rf node_modules
sudo npm install

sudo npm i bcrypt

Expand Down

0 comments on commit ed92f27

Please sign in to comment.