NodeJS
0
How to override the package installation for nodejs
0

Download Nodejs with the following command on AWS Linux curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs ...