其他分享
首页 > 其他分享> > 项目安装包步骤

项目安装包步骤

作者:互联网

### 项目初始化
、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"   } }

标签:包名,nmp,项目,步骤,init,install,ISC,安装包,###
来源: https://www.cnblogs.com/wangruoyi/p/15601535.html