We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c034bc commit 43baab9Copy full SHA for 43baab9
1 file changed
nodethon/provision.sh
100644
100755
@@ -31,6 +31,7 @@ export ENV LANG=en_US.UTF-8
31
export ENV LANGUAGE=en_US:en
32
export ENV LC_ALL=en_US.UTF-8
33
34
+apt-get -y install apt-utils
35
apt-get -y install software-properties-common
36
apt-get -y install git
37
apt-get -y install curl
@@ -45,7 +46,7 @@ apt-get -y install python3-pip
45
46
pip3 install tox
47
48
# Node.js (13), npm (6.14) and JS dependencies
-curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
49
+curl -sL https://deb.nodesource.com/setup_13.x | bash -
50
apt-get -y install nodejs
51
node -v
52
npm -v
0 commit comments