-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
how do I set the sdk location( heroku git) on the nodeJS app file?
I have set the node-rfc as a dependency
{ "name": "testDep", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "engines": { "node": "10.x" }, "dependencies": { "node-rfc": "^1.0.3" }, "keywords": [], "author": "", "license": "ISC" }
git push heroku master is always failing