目录下 init,得到package.json npm init安装模块-D 是安装在开发依赖,-S是安装在生产依赖 $ npm i --save lodash -D引入模块 var _ = require('lodash');