node.js - npm 已安装,但运行 "sudo apt-get install npm"会出现错误。为什么?

标签 node.js ubuntu npm

当我运行npm -v时,它显示版本为3.8.9,但如果我在命令行上运行sudo apt-get install npm ,我收到以下错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 npm : Depends: nodejs but it is not going to be installed
       Depends: node-abbrev (>= 1.0.4) but it is not going to be installed
       Depends: node-ansi (>= 0.3.0-2) but it is not going to be installed
       Depends: node-ansi-color-table but it is not going to be installed
       Depends: node-archy but it is not going to be installed
       Depends: node-block-stream but it is not going to be installed
       Depends: node-fstream (>= 0.1.22) but it is not going to be installed
       Depends: node-fstream-ignore but it is not going to be installed
       Depends: node-github-url-from-git but it is not going to be installed
       Depends: node-glob (>= 3.1.21) but it is not going to be installed
       Depends: node-graceful-fs (>= 2.0.0) but it is not going to be installed
       Depends: node-inherits but it is not going to be installed
       Depends: node-ini (>= 1.1.0) but it is not going to be installed
       Depends: node-lockfile but it is not going to be installed
       Depends: node-lru-cache (>= 2.3.0) but it is not going to be installed
       Depends: node-minimatch (>= 0.2.11) but it is not going to be installed
       Depends: node-mkdirp (>= 0.3.3) but it is not going to be installed
       Depends: node-gyp (>= 0.10.9) but it is not going to be installed
       Depends: node-nopt (>= 3.0.1) but it is not going to be installed
       Depends: node-npmlog but it is not going to be installed
       Depends: node-once but it is not going to be installed
       Depends: node-osenv but it is not going to be installed
       Depends: node-read but it is not going to be installed
       Depends: node-read-package-json (>= 1.1.0) but it is not going to be installed
       Depends: node-request (>= 2.25.0) but it is not going to be installed
       Depends: node-retry but it is not going to be installed
       Depends: node-rimraf (>= 2.2.2) but it is not going to be installed
       Depends: node-semver (>= 2.1.0) but it is not going to be installed
       Depends: node-sha but it is not going to be installed
       Depends: node-slide but it is not going to be installed
       Depends: node-tar (>= 0.1.18) but it is not going to be installed
       Depends: node-underscore but it is not going to be installed
       Depends: node-which but it is not going to be installed

我不明白为什么会发生这种情况。 npm 是否正确安装,如果没有安装,我该怎么办?

最佳答案

请先使用安装nodejs

sudo apt-get autoclean
sudo apt-get -f install
sudo dpkg --configure -a

关于node.js - npm 已安装,但运行 "sudo apt-get install npm"会出现错误。为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37162254/

相关文章:

python - 导入错误 : cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import)

ubuntu - ARM 嵌入式的交叉编译

node.js - 在 PATH 中使用本地 NPM 依赖项 - 是否有工具可以执行此操作?

javascript - 为什么 npm react-scripts 在我运行 `npm run start` 时会产生语法错误?

node.js - mongo-> 如何从两个不同的集合中按日期时间降序顺序获取记录

node.js - 如何使用 Electron 将动态安装的vue插件加载到插件文件夹中

python - Jupyter 无法启动, "ImportError: This package should not be accessible"

css - 警告 : Task "taskname" not found. 在运行 grunt 时使用 --force 继续

mysql - 在javascript中将对象/数组的值转换为字符串

javascript - 如何给npm项目添加本地依赖