errors deploying to heroku
问题 I am getting a series of error when I try to push to heroku master. remote: npm ERR! Tell the author that this fails on your system: remote: npm ERR! bower install The docs https://devcenter.heroku.com/articles/nodejs-support showed me how to add bower Here is my package.json. I am not sure what I could be missing. I have my engine and npm identified. { "name": "caffeine", "version": "0.0.0", "private": true, "scripts": { "postinstall": "bower install", "start": "node app.js" }, "dependencies