npm install math:安装命令
npm version:查看所有模块版本
npm search:搜索包名
npm install:下载当前项目所依赖的包
npm remove:删除包
require:函数用来引入外部模块
module.exports
module:表示当前模块本身
exports:对象用来将变量或函数暴露到外部
exports是module的属性
Buffer:用来存储二进制数据
npm init -y:package.json初始化
npm list:查看安装目录
npm outdated:查看版本
npm cache clean --force:清除缓存