[problem help] 无法安装npm
Tofloor
poster avatar
灵魂冲击
deepin
2024-10-17 17:26
Author
sudo apt install npm
请输入密码:
验证成功
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:下列软件包有未满足的依赖关系:
node-gyp : 依赖: node-https-pro xy-agent (>= 7) 但是 5.0.1+~cs8.0.0-3 正要被安装
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
Reply Favorite View the author
All Replies
red13
deepin
2024-10-17 17:30
#1

呃,,这个东西 ,,不是都使用下载版的,,,然后用创建软链接的方式吗?

Reply View the author
owen_337
deepin testing team
2024-10-17 17:30
#2

楼主你好,此问题为已记录的问题,研发同事正在分析修复中,感谢反馈哈

Reply View the author
caoyuUU
deepin
2024-10-17 17:54
#3

为啥不直接安装node呢?

Reply View the author
阿尼樱奈奈
Moderator
2024-10-17 18:02
#4

试试用nvm安装?https://github.com/nvm-sh/nvm

Reply View the author
neko
deepin
Ecological co-builder
2024-10-17 19:21
#5

用nvm装吧

Reply View the author
爱开发
deepin
2024-10-17 19:38
#6

这东西就不是一个独立的软件。它是 node 的一个工具。就像你不能直接安装 ng @angular/cli 那样。而使用 npm i -g @angular/cli 就行。

Reply View the author
柠萌~
deepin
2024-10-17 20:23
#7

用nvm装

Reply View the author
red13
deepin
2024-10-17 20:40
#8

去下载node压缩包,解压出来,进入解压包里的bin文件夹,用ln 软链接npm与node到 /usr/bin里边就好了

Reply View the author
我是昵称
deepin
2024-10-17 23:18
#9

仓库里没有npm,哪怕你安装了仓库里的node

Reply View the author
灵魂冲击
deepin
2024-10-18 08:53
#10

好的,感谢大家的解答

Reply View the author
青稚
deepin
2024-10-18 10:27
#11

https://blog.linux-qitong.top/posts/1b32c63/ 参考这个帖子,安装npm

Reply View the author
qq4945286
deepin
2024-10-19 00:13
#12

今天更新后可以安装了

sudo apt install npm

Reply View the author