npm ERR!在point-bot@1.0.0启动脚本处失败。
{
"name": "point-bot",
"version": "1.0.0",
"description": "A Discord bot!",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}
如您所见,我有“ start”:“ node bot.js”,但是我将错误解释为说我没有那个?我以前从未使用过heroku,这是我编码的第一个不和谐的机器人。