如何在Ubuntu 18.10中安装Node Js?

时间:2019-02-05 20:19:15

标签: node.js ubuntu

我正在尝试在Ubuntu 18.10中安装nodejs,但它会返回一些错误。

The following packages have unmet dependencies:
 nodejs : Depends: python-minimal but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

上面是我在通过cammand安装节点Js​​时收到的消息:sudo apt-get install nodejs。

4 个答案:

答案 0 :(得分:0)

如本link中所述:

安装节点版本管理器:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash

激活nvm:

. ~/.nvm/nvm.sh

使用nvm安装所需的节点版本:

nvm install 4.4.5

测试是否已安装Node.js:

node -e "console.log('Running Node.js ' + process.version)"

答案 1 :(得分:0)

首先,您需要使用以下命令安装python 2.7

Callable

然后安装nodejs

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python2.7

答案 2 :(得分:0)

在 Ubuntu 下安装 noderecommended 方式似乎是使用 NodeSource 提供的档案。

他们的指令是运行这些 shell 命令,大概是为了设置 PPM 并从该源安装当前版本的 node

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

答案 3 :(得分:0)

使用 Ubuntu

curl -fsSL https://deb.nodesource.com/setup_15.x |须藤 -E bash - sudo apt-get install -y nodejs

以 root 身份使用 Debian

curl -fsSL https://deb.nodesource.com/setup_15.x |重击—— apt-get install -y nodejs