我不知道为什么但是推动Heroku是不可能的。 我没有找到错误:/。 谢谢你的帮助^^。
这是React客户端的明确应用程序(使用指南针)
BuildPack - > https://github.com/stephanmelzer/heroku-buildpack-nodejs-grunt-compass.git
function(){
print("R is the most wonderful thing in the world")
}
答案 0 :(得分:0)
答案 1 :(得分:-1)
请按照以下步骤将数据推送到heroku。
在package.json中添加
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
} 有关详细信息,请访问 - https://www.heroku.com/nodejs