ubuntu install node.js

本文详细介绍了如何在Ubuntu环境下使用sudo权限安装Node.js及其依赖,并通过git克隆Socket.IO项目,完成其配置和运行过程。文章还提供了解决常见权限错误的方法,包括使用chown命令更改文件所有者。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

$ sudo apt-get update
$ sudo apt-get install git-core
$ sudo apt-get install build-essential openssl libssl-dev


 

$ git clone https://github.com/joyent/node.git && cd node
$ ./configure
$ make
$ sudo make install
$ git checkout v0.6.0
$ ./configure
$ make
$ sudo make install

 

$ node -v


 

 
$ sudo apt-get install curl

 

curl http://npmjs.org/install.sh | sh 

 

 

Note: Don’t use sudo for the above command. If you get a permission error you can refer to the NPM site to troubleshoot. I ran this command and it worked for me:

 

$ sudo chown -R $USER /usr/local
npm install socket.io 

 

$ git clone git://github.com/LearnBoost/Socket.IO-node.git socket.io-node --recursive && cd socket.io-node/example/

 

$ sudo node server.js

 

 

转载于:https://www.cnblogs.com/divsystem/archive/2011/12/04/2276041.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值