【发布时间】:2016-10-22 23:56:56
【问题描述】:
我一直在查看一些解释如何在 Ubuntu 14.04 上安装 nodejs 4.* 的页面,但它没有安装并告诉我我已经拥有最新版本:
$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
## Installing the NodeSource Node.js v4.x LTS Argon repo...
## Populating apt-get cache...
+ apt-get update
Ign http://archive.canonical.com precise InRelease
Ign http://extras.ubuntu.com trusty
.
.
.
Ign http://jp.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://jp.archive.ubuntu.com trusty/universe Translation-en_US
W: Failed to fetch http://dl.google.com/linux/webdesigner/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Error executing command, exiting
$ sudo apt-get install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded.
$ node --version
v0.10.25
curl 命令末尾有一个错误,但我不知道这是否相关。我正在关注本指南 - https://nodejs.org/en/download/package-manager/ - 但其他页面似乎相同。怎么了?
【问题讨论】:
-
几个月前,同样的问题在谷歌浏览器上很常见:askubuntu.com/questions/743814/…也许你可以在那里找到一些信息。
-
Hari Krisnan 的回答帮助了 - stackoverflow.com/questions/34974535/…