项目安装包步骤

### 项目初始化
、nmp init、 、nmp init-y、 ### 安装项目依赖(包) 、nmp install、 、nmp install 包名 --save、 、nmp install 包名 -g、 、nmp install 包名@版本号、
、nmp update ...、 ### 删除 、nmp uninstall 包名 -g、
项目安装包步骤

显示结果:

{   "name": "node",   "version": "1.0.0",   "main": "app.js",   "scripts": {     "test": "echo \"Error: no test specified\" && exit 1"   },   "author": " (ISC)",   "license": "ISC",   "keywords": [],   "description": "",   "dependencies": {     "koa": "^2.13.4"   } }
上一篇:linux内核学习:中断


下一篇:奈学大数据P6研发工程师学习笔记