Closed tholu closed 9 years ago
See https://github.com/sdelements/lets-chat/issues/548 - fails when doing node-gyp rebuild while npm install.
node-gyp rebuild
npm install
My mistake, problem was a stray old version of node (0.5.3) in /usr/local/bin/node. Removed that and then it worked.
/usr/local/bin/node
See https://github.com/sdelements/lets-chat/issues/548 - fails when doing
node-gyp rebuild
whilenpm install
.