Naposledy aktivní 1710251465

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