thanks! I did that, and removed node_modules
from .gitignore, but now when I push to heroku it gets rejected. node-gyp was not found, so I did node install node-gyp
, but now it rejects and says sh: node-gyp: Permission denied
.
Any help would be appreciated.
hmm... I followed your instructions and heroku ps
gave me:
app.1 crashed for 7s bin/hubot -a gtalk -n Hubot
heroku logs shows the first error is:
ERROR Cannot load adapter gtalk - Error: Cannot find module '../build/Release/node_expat.node'
awesome. just watch out for using it inside scrollable areas :)
Sounds awesome, but I'm getting this error (in Windows)
error: unknown option `heading'
@clawfire heehee, good thing I didn't tell everybody it's the same. I find that if you're just changing a style or updating the innerHTML it's faster to use native JS, although the syntax isn't as nice.
document.getElementById is 80% faster for me. Let me know what the results are for you: http://jsperf.com/id-selecter-v-getelementbyid @clawfire @passcod
i started over, used the download from hubot's website and used newer version numbers for npm and it's working! well, i have to authorize the app on my google account first...