0

今朝実行するnpm installと、node_modulesすべてのファイルが含まれた が作成されました。

それから数時間後、同じコマンドを実行しました package.json ファイル...エラーはありませんが、node_modules作成されましたが、空です!?

何か案は?

tediousここで私のpackage.jsonは、パッケージを追加するnpm initによって生成された非常に規則的です。

{
  "name": "tedious",
  "version": "2.1.1",
  "description": "COnnect to Database",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tediousjs/tedious.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tediousjs/tedious/issues"
  },
  "homepage": "https://github.com/tediousjs/tedious#readme"
}
4

1 に答える 1