mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-21 17:42:33 +02:00
Nodejs version
This commit is contained in:
parent
a113926059
commit
501f07ef0e
@ -104,11 +104,11 @@ chown -R futurebit /usr/local/nvm
|
||||
echo -e "${GREEN} ---> Changed ownership of /usr/local/nvm to futurebit${NC}"
|
||||
|
||||
# Install Node.js version 21 using nvm
|
||||
nvm install 21.6.1
|
||||
nvm install 21.6.2
|
||||
echo -e "${GREEN} ---> Node.js version 21 installed${NC}"
|
||||
|
||||
# Install yarn globally
|
||||
nvm use 21.6.1
|
||||
nvm use 21.6.2
|
||||
npm i -g yarn
|
||||
echo -e "${GREEN} ---> Yarn installed globally${NC}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user