configure_npm_on_ubuntu_20.sh
· 192 B · Bash
Raw
# Install required PHP extensions
apt install -y php7.4-simplexml
apt install -y php7.4-xmlwriter
# Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
1 | # Install required PHP extensions |
2 | apt install -y php7.4-simplexml |
3 | apt install -y php7.4-xmlwriter |
4 | |
5 | # Install NVM |
6 | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash |