vampserv / node-poker-stack

node.js based poker game server and HTML5 web client
132 stars 98 forks source link

gyp ERR! build error #9

Open tictacdude opened 5 years ago

tictacdude commented 5 years ago

I am getting gyp build errors. I am using the latest nvm and node versions. Here is attached error log. can you suggest how to fix? 2018-10-13T16_58_16_040Z-debug.log

VidYen commented 5 years ago

I discovered that I needed to run the ./npm-install.sh as the local user but I had to sudo chown -R user * the entire github subfolder first as was not letting me write to one of the subfolders and was giving me gyp build errors. It still is currently but the server seems to be running now.