Skip to content

Commit

Permalink
Update npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnfaraday committed Nov 7, 2023
1 parent e72995c commit 1889d49
Show file tree
Hide file tree
Showing 3 changed files with 26,467 additions and 21,770 deletions.
11 changes: 6 additions & 5 deletions bin/update_npm
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ fi

cd /home/ares/ares-webportal/
rm -rf node_modules
rm -rf tmp

. ~/.nvm/nvm.sh
npm install -g npm@6.14.16
nvm install 12
nvm use 12
nvm alias default 12
npm install -g ember-cli@3.28.0
npm install -g npm@8.6
nvm install 18
nvm use 18
nvm alias default 18
npm install -g ember-cli@4.12
npm ci

echo "NPM is updated. You can now start your game like normal."
Loading

0 comments on commit 1889d49

Please sign in to comment.