outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

Missing postmile-web centos #54

Closed ronaldpetty closed 10 years ago

ronaldpetty commented 10 years ago

Hello,

I just submitted postmile-web failing to install on mac (per #53.) I am also trying on centos:

uname -a = Linux ip-10-176-99-95 3.4.73-64.112.amzn1.x86_64 #1 SMP Tue Dec 10 01:50:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux node -v = v0.10.26 npm -v = 1.3.6

I could be incorrect but I would have expected postmile-web to be installed into node_modules after doing npm update, however this is what I see:

ls node_modules/ async cryptiles hapi hoek mongodb postmile-api

There is no error file, but this is what I see at the end of npm update:

... npm http 200 https://registry.npmjs.org/options/-/options-0.0.5.tgz npm http 200 https://registry.npmjs.org/commander/-/commander-0.6.1.tgz npm http 200 https://registry.npmjs.org/nan/-/nan-0.3.2.tgz

ws@0.4.31 install /tmp/postmile/node_modules/postmile-api/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws (node-gyp rebuild 2> builderror.log) || (exit 0)

npm http 200 https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz make: Entering directory /tmp/postmile/node_modules/postmile-api/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o SOLINK_MODULE(target) Release/obj.target/bufferutil.node SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished COPY Release/bufferutil.node CXX(target) Release/obj.target/validation/src/validation.o SOLINK_MODULE(target) Release/obj.target/validation.node SOLINK_MODULE(target) Release/obj.target/validation.node: Finished COPY Release/validation.node make: Leaving directory/tmp/postmile/node_modules/postmile-api/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' postmile-api@1.0.1 node_modules/postmile-api ├── hoek@1.5.2 ├── boom@2.4.1 (hoek@2.0.0) ├── joi@2.9.0 ├── oz@0.4.1 (cryptiles@2.0.1, iron@2.0.1, hawk@2.1.3) ├── emailjs@0.3.8 (bufferjs@1.1.0, moment@1.7.0, mimelib@0.2.14) ├── mongodb@0.9.9 ├── hapi@4.0.0 (qs@0.6.6, cryptiles@2.0.1, lru-cache@2.5.0, mime@1.2.11, async@0.2.10, negotiator@0.4.2, shot@1.3.2, nipple@2.5.0, hoek@2.0.0, semver@2.2.1, catbox-memory@1.0.1, optimist@0.6.1, multiparty@3.2.4, iron@2.0.1, joi@3.1.0, catbox@2.2.0) ├── scarecrow@0.1.1 └── socket.io@0.9.16 (base64id@0.1.0, policyfile@0.0.4, redis@0.7.3, socket.io-client@0.9.16) [ec2-user@ip-10-176-99-95 postmile]$

hueniverse commented 10 years ago

Just follow the instructions in the readme. Everything is working now.

ronaldpetty commented 10 years ago

Thank you, I will give it a go soon and report back.