--save参数在npm install命令中用来将安装的包添加到package.json文件的dependencies列表中。这样,其他人在你的项目上运行npm install时,就会自动安装这些依赖。 然而,从npm 5.0.0版本开始,当你使用npm install..