ubuntu 安装 node.js

本文提供了一个详细的指南,介绍如何通过包管理器在Ubuntu上安装Node.js。包括添加软件源、更新包列表及安装Node.js和npm的具体步骤。还介绍了如何安装Node C++模块所需依赖。

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

这个文章在官网上不太好找。。。。很不起眼的地方。。。。。

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager


Ubuntu

Example install:

sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
It installs current stable Node on the current stable ubuntu.

If you want to compile Node C++ modules:

sudo apt-get install nodejs-dev
Or configure shell script for install node.js using http://apptob.org
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值