heroku node.js bash: node: command not found
问题 there seems to be a strange problem with the deployment of my app on heroku on cedar stack where my node process doesn't even get called my Procfile is as follows: web: node web.js and my package.json file: { "name": "fuuzik", "version": "0.0.1", "dependencies": { "express": "3.x", "jade":"*", "mime-magic":"*" }, "engines": { "node": "0.8.x", "npm": "1.1.x" } } So after i commit and push heroku detects it's a node app fine and builds my dependancies correctly and even says that it deployed ..