deploybot revised this gist . Go to revision
No changes
deploybot revised this gist . Go to revision
No changes
deploybot revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
Configure NPM on Ubuntu 20.04 Container renamed to configure_npm_on_ubuntu_20.sh
File renamed without changes
deploybot revised this gist . Go to revision
1 file changed, 6 insertions
Configure NPM on Ubuntu 20.04 Container (file created)
@@ -0,0 +1,6 @@ | |||
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 |