shayantl
May 21st, 2019, 17:13
نصب node.js روی squeeze یاwheezy
به ترتیب دستورات:
apt-get install build-essential
wget http://nodejs.org/dist/v0.10.9/node-v0.10.9.tar.gz
tar zxvf node-v0.10.9.tar.gz
cd node-v0.10.9
./configuremakemake install
echo "console.log('Hello World');" | node
تمام
به ترتیب دستورات:
apt-get install build-essential
wget http://nodejs.org/dist/v0.10.9/node-v0.10.9.tar.gz
tar zxvf node-v0.10.9.tar.gz
cd node-v0.10.9
./configuremakemake install
echo "console.log('Hello World');" | node
تمام