0

これは私の NPM パッケージの JSON です。Git リポジトリは json で定義されています。Kiln でホストされているパスワードで保護されています。しかし、NPM はまだリポジトリ フィールドが見つからないという不平を言っています。

これはエラー npm WARN package.json dateformat@1.0.2-1.2.3 No repository フィールドです。

そして、これは私のpackage.jsonの内容です

{
  "name": "Pocket-to-Pocket",
  "version": "1.0.0",
  "description": "Card Management App For PFS",
  "main": "Gruntfile.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://nyx.kilnhg.com/Code/Prepaid-Financial-Services/Group/Pocket-to-Pocket.git"
  },
  "author": "Nyx Digital",
  "license": "All Rights Reserved.",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-imageoptim": "~1.2.12"
  }
}
4

1 に答える 1