CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 208 forks source link

Node Version(s) Supported? #35

Closed CWSpear closed 8 years ago

CWSpear commented 8 years ago

I'm using Node 0.12.2 (on Ubuntu 14.04) and when I try to npm install, I get an error like I've never seen before:

❯❯❯ npm install

> ws@0.4.31 install /home/propervillain/poker/node_modules/slack-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory `/home/propervillain/poker/node_modules/slack-client/node_modules/ws/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
make: Leaving directory `/home/propervillain/poker/node_modules/slack-client/node_modules/ws/build'
npm WARN optional dep failed, continuing fsevents@0.3.8
[1]    3076 killed     npm install
CWSpear commented 8 years ago

I tested locally with version Node 0.10.40 on my Mac and things installed.

On the Ubuntu server... I don't even get an npm-debug.log... I'm not sure it's necessarily an issue with your module, but figured I should check here as well as looking at other possibilities. Like I said, I've never seen this type of non-error before, so pretty much making it up as I go.

CWSpear commented 8 years ago

Apparently I didn't have enough memory...