在 Ubuntu 18.04 上运行 apt-get install npm 安装了旧版本的 npm

在 Ubuntu 18.04 上运行 apt-get install npm 安装了旧版本的 npm

尝试在 Ubuntu 18.04.2 LTS 上npm使用命令安装。预计会安装但正在安装。sudo apt-get install npm6.14.73.5.2

答案1

以下是使用 PPA 在 Ubuntu 18.XX 上安装新版本 NPM 的指南:

https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04

您还可以使用 NodeSource:

https://linuxize.com/post/how-to-install-node-js-on-ubuntu-18.04/

相关内容