apt install npm显示下面这个
npm : 依赖: node-gyp (>= 3.6.2~) 但是它将不会被安装
这边验证了下 是正常的
先装nodejs
sudo apt install nodejs
试了nodejs装完之后,再装npm,还是一样的错。
不过执行了apt update之后,再安装npm就成功了
谢谢~
Featured Collection
Popular Ranking
Popular Events
apt install npm
显示下面这个
npm : 依赖: node-gyp (>= 3.6.2~) 但是它将不会被安装