系统相关
首页 > 系统相关> > Ubuntu安装npm gyp错误。确实解决了我的问题,记录一下

Ubuntu安装npm gyp错误。确实解决了我的问题,记录一下

作者:互联网

错提示

 node-gyp : 依赖: nodejs-dev 但是它将不会被安装
            依赖: gyp (>= 0.1+20150913git1f374df9) 但是它将不会被安装
            推荐: build-essential 但是它将不会被安装
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系

使用下面命令安装

sudo apt install aptitude
sudo aptitude install npm

遇到如下

     Keep the following packages at their current version:
1)     libssl-dev [Not Installed]                         
2)     node-gyp [Not Installed]                           
3)     nodejs-dev [Not Installed]                         
4)     npm [Not Installed]     
 
Accept this solution? [Y/n/q/?] ?
 

先N再Y

标签:npm,node,Ubuntu,dev,Installed,gyp,安装
来源: https://blog.csdn.net/qq_19734597/article/details/121125457