npm install对本地工程文件造成了哪些修改

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/88035729

npm install之前:
clipboard1

{
  "name": "template",
  "version": "1.0.0",
  "description": "## Getting Started",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "node-datetime": "^2.1.2",
    "rotating-file-stream": "^1.4.0",
    "socket.io": "^2.2.0"
  }
}

npm install:

clipboard2

package.json里增加了一个config依赖:

clipboard3

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/88035729
今日推荐