作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 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.
最佳答案
如本文所述 link :
安装 Node 版本管理器:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install 4.4.5
node -e "console.log('Running Node.js ' + process.version)"
关于node.js - 如何在 Ubuntu 18.10 中安装 Node Js?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54542402/
我是一名优秀的程序员,十分优秀!