Install Node JS 18.18 on Ubuntu
Hello,
I need a script that will install on Ubuntu
Node JS 18.18
npm latest
Yarn latest
pm2 latest
At the end of its work, it should display nicely the information that Node of such version is installed
Npm of such version
Yarn of such version
pm2 of such version
Attached is the script that was made for me and it worked a year ago, but now something is broken…
Before submitting the work, the script MUST be tested on Ubuntu server 24.04.1 LTS, so I don't have to work as a tester. My script seems to be normal too but it doesn't work…
Please suggest deadlines and costs.
Thanks
Applications 1
Client's review of cooperation with Maksym Filipov
Install Node JS 18.18 on UbuntuEverything is fine, everything is on time, I recommend!
Freelancer's review of cooperation with Max Korotkov
Install Node JS 18.18 on UbuntuEverything went well. I recommend for cooperation.
-
6071 53 4 Good afternoon. There is a similar script, I can refine it according to your request. I will wait in private messages to discuss the price and deadlines.
-
573 9 0 Contact me, I will write a script for installing nodejs on Ubuntu for you. You pay 10,000 hryvnias for the script, or is this a mistake? Maybe you can make the price cheaper?
-
598 12 2 I will complete your task immediately. Quickly and efficiently. Over 6 years of experience in programming and administration.
-
#!/bin/bash
# Обновление пакетов
apt-get update
# Установка wget
apt install wget -y
# Установка NVM
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
# Установка Node.js 18.18
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" ||
printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Загрузка NVM
source ~/.bashrc
nvm install v18
nvm use v18
# Вывод версии Node.js и npm
node -v
npm -v
# Установка Yarn
npm install --global yarn
# Установка pm2
npm install pm2 -g
source ~/.bashrc
-
Или с обновленной версией nvm
#!/bin/bash
# Обновление пакетов
apt-get update
# Установка wget
apt install wget -y
# Установка NVM
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# Установка Node.js 18.18
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" ||
printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Загрузка NVM
source ~/.bashrc
nvm install v18
nvm use v18
# Вывод версии Node.js и npm
node -v
npm -v
# Установка Yarn
npm install --global yarn
# Установка pm2
npm install pm2 -g
source ~/.bashrc
-
Михайло П. Мне нужен проверенный скрипт, непроверенных полно в интернете.
Всем - пожалуйста предлагайте адекватністю цену.
9999 указано по феншую, тк нельзя публиковать без цены. кто то уже 10000 предложил...
-
Current freelance projects in the category DevOps
Setting up a backup system and optimizing server infrastructureObjective of the work: Ensure reliable data storage for the CRM system and application by implementing an automated backup system, as well as carry out a series of server improvements to enhance the stability, security, and performance of the infrastructure. DevOps, Databases & SQL ∙ 6 days 22 hours back ∙ 27 proposals |
Deployment of a Ruby on Rails project on VPS + Inbound Email RoutingNeed help deploying a platform for automating requests for public information (based on the open-source engine Alaveteli). The project works as a mail router: it generates unique email addresses for each request, sends them to government agencies, and receives responses back to… DevOps, Linux & Unix ∙ 13 days 1 hour back ∙ 11 proposals |