如果您试图帮助我,我真的很感激。 因此,当我写git push heroku master时,它无法解析,在你向我吐口水并说“其他人!!!!'我有。我重写了package.JSON并使用了验证器。奇怪的是,每当我重新格式化包时,它总是说第9行第3列.JSON,总是第9行,第3列。我已经改变了5-7次。我不认为我的package.json是必要的,因为它总是带来错误。 但无论如何它在这里。
{
"name": "vulture",
"version": "1.0.1",
"description": "Vulture is a bot for discord.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.4.0",
"npm": "5.4.0"
},
"author": "swagehsaan840#0336",
"license": "MIT"
}
旁注正在改变它可能给我同样的错误,但我不知道,在使用验证器并且改变任何时候之后,它总是说第9行第3列。 不管怎么说,还是要谢谢你! :)
答案 0 :(得分:0)
尝试以这种方式编写package.json
{
"name": "vulture",
"version": "1.0.0",
"description": "vulture",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js",
},
"author": "vulture",
"license": "ISC",
"dependencies": {
"node": "8.4.0",
"npm": "5.4.0"
}
}
答案 1 :(得分:0)
在heroku goto设置中添加Buildpacks
选择添加Buildpacks - >选择nodejs