npm基本命令 1、npm是什么? npm(Node Package Manager)意思是 node 的包管理器,它是随着 NodeJs 安装时一起被安装的; 无论是在前端还是在前端开发中都会使用到 npm 包 ...