TerrordactylDesigns / boombot

Node.js powered Chat and DJ bot for Turntable.fm
http://terrordactyldesigns.github.com/boombot/
MIT License
24 stars 18 forks source link

Heroku hosting. #10

Closed ItsJakeo closed 11 years ago

ItsJakeo commented 11 years ago

I wasnt sure where to do this to ask you about it because my TT runs real slow and its hard to get on right now , but I'm trying to host this guy again with Heroku and I'm getting this: Installing dependencies with npm Error: npm doesn't work with node v0.8.21 Required: node@0.4 || 0.5 || 0.6 at /tmp/node-npm-FxOM/bin/npm-cli.js:57:23 at Object. (/tmp/node-npm-FxOM/bin/npm-cli.js:77:3) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17) at require (module.js:378:17) at Object. (/tmp/node-npm-FxOM/cli.js:2:1) at Module._compile (module.js:449:26) Error: npm doesn't work with node v0.8.21 Required: node@0.4 || 0.5 || 0.6 at /tmp/node-npm-FxOM/bin/npm-cli.js:57:23 at Object. (/tmp/node-npm-FxOM/bin/npm-cli.js:77:3) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17) at require (module.js:378:17) at Object. (/tmp/node-npm-FxOM/cli.js:2:1) at Module._compile (module.js:449:26) Dependencies installed I have manually switched versions of node but it keeps going back to v0.8.21. Any ideas on how to fix this? Thanks man -Pimp

ItsJakeo commented 11 years ago

Change Procfile to bot: node bin/boombot
Add "node": "0.8.x", "npm": "1.1.x" to engines Thanks GOTA! oh and heroku ps: scale bot=1