今朝実行する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"
}