-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still problems installing with node-gyp #197
Comments
Have you installed icu?
|
Just double checked. I do have it installed already from one of those other troubleshooting guides. Same results.
|
OK I did just figure out how to link it up maybe I had forgotten that step but I have to use
But still the same/similar errors when reaching this point:
|
Despite the messy output, can you not run hubot when that completes? The warnings are normal, and stringprep is supposed to be an optional dependency anyway. It looks like your npm install is working at the end of the log, but to be sure you can make sure you delete npm-debug.log from your current directory (if it exists) and then run npm install again. If there's no npm-debug.log in the directory when it completes, then you should be good to go. When I run it, I see all the same warnings, and stringprep fails, though the error details are suppressed. The npm install run still completes successfully and I can run hubot fine. Also, while newer versions of hubot may work with hubot-hipchat, we generally recommend that you try to run the same version of hubot as the hubot-hipchat version, given hubot's historically poor concern for API backward compatibility. |
I'm able to get the hubot working locally, but when I deploy to say, Heroku, nothing works. I guess with all those crappy errors I thought it would have something to do with that. |
What's the heroku log look like? |
Just checked that out. it doesn't like or can't find the hipchat adapter.
|
My Procfile has one line |
I'm guessing a bit since I don't know what your entire log looks like on heroku, but you might double check that hubot-hipchat is listed in your package.json, and then see if this helps:
|
Would I put that under dependencies in my package.json? |
Yeah, it should be in your dependencies section. Running |
It wasn't in there so I put it in myself. |
Adding that dependency in there manually worked! |
(yey) |
Thanks for your input and help. |
Hi all, I've already gone through all the suggestions in TooTallNate/node-gyp/issues/363 and I still cannot get a clean build.
I've tried deleting node-gyp, but doesn't help. I just run
npm install --save hubot-hipchat
again and it comes back because it is apart of the package.I am at my wits end with this. Literally spent all day trying to find/try solutions. Any help would be greatly appreciated, maybe I've just been staring at it for too long.
This is my environment:
OSX
v10.9.4
node -v
v0.10.31
npm -v
v1.4.24
hubot -v
v2.8.1
python -v
v2.7.8
Here is my exact output:
The text was updated successfully, but these errors were encountered: