我有一个简单的 package.json:
{
"name": "camapaign",
"version": "0.0.1",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.10.15",
"npm": "1.3.5"
},
"repository": {
"type": "svn",
"url": ""
}
}
当我执行“npm install”时,我收到以下我想修复的警告:
"npm WARN package.json camapaign@0.0.1 No readme data."
我尝试将“README.md”和“readme.txt”添加到与包相同的目录中,但没有任何乐趣。我错过了什么?