Jak zainstalować node.js w debianie ?: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 32: | Linia 32: | ||
sh install.sh | sh install.sh | ||
<pre> | <pre> | ||
[[Category:Ubuntu]] |
Wersja z 23:41, 14 wrz 2015
apt-get install build-essential
apt-get install git
git clone git://github.com/joyent/node.git
cd node
./configure make make install
wget --no-check-certificate http://npmjs.org/install.sh
apt-get install curl
sh install.sh