小编Jak*_*kie的帖子

如何更改 npm 中的默认“作者”?

每次新建 npm 项目,作者名都写错了,可以改吗?

package name: (template) template
version: (1.0.0)
description:
entry point: (index.js) bot.js
test command:
git repository:
keywords:
license: (ISC)
About to write to:

{
  "name": "template",
  "version": "1.0.0",
  "description": "",
  "main": "bot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "*wrong author*",
  "license": "ISC"
}
Run Code Online (Sandbox Code Playgroud)

npm

5
推荐指数
1
解决办法
2602
查看次数

标签 统计

npm ×1