Jak zainstalować node.js w debianie ?: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 8: | Linia 8: | ||
<pre> | <pre> | ||
git clone | git clone https://github.com/nodejs/node.git | ||
</pre> | </pre> | ||
Linia 22: | Linia 22: | ||
<pre> | <pre> | ||
wget | wget https://npmjs.org/install.sh | ||
</pre> | </pre> | ||
Aktualna wersja na dzień 17:30, 31 mar 2018
apt-get install build-essential
apt-get install git
git clone https://github.com/nodejs/node.git
cd node
./configure make make install
wget https://npmjs.org/install.sh
apt-get install curl
sh install.sh