Skip to content

Instantly share code, notes, and snippets.

@hookdump
Created February 19, 2015 17:31
Show Gist options
  • Save hookdump/381e258dd79f3d9aadb8 to your computer and use it in GitHub Desktop.
Save hookdump/381e258dd79f3d9aadb8 to your computer and use it in GitHub Desktop.
succesful local build (npm install)
➜ salemail git:(master) ✗ npm install
> [email protected] install /Users/ig/dev/salemail/node_modules/time
> node-gyp rebuild
CXX(target) Release/obj.target/time/src/time.o
SOLINK_MODULE(target) Release/time.node
SOLINK_MODULE(target) Release/time.node: Finished
> [email protected] install /Users/ig/dev/salemail/node_modules/bcrypt
> node-gyp rebuild
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
SOLINK_MODULE(target) Release/bcrypt_lib.node
SOLINK_MODULE(target) Release/bcrypt_lib.node: Finished
> [email protected] install /Users/ig/dev/salemail/node_modules/mongoose/node_modules/mongodb/node_modules/bson
> (node-gyp rebuild 2> builderror.log) || (exit 0)
CXX(target) Release/obj.target/bson/ext/bson.o
SOLINK_MODULE(target) Release/bson.node
SOLINK_MODULE(target) Release/bson.node: Finished
> [email protected] install /Users/ig/dev/salemail/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos
> (node-gyp rebuild 2> builderror.log) || (exit 0)
CXX(target) Release/obj.target/kerberos/lib/kerberos.o
CXX(target) Release/obj.target/kerberos/lib/worker.o
CC(target) Release/obj.target/kerberos/lib/kerberosgss.o
CC(target) Release/obj.target/kerberos/lib/base64.o
CXX(target) Release/obj.target/kerberos/lib/kerberos_context.o
SOLINK_MODULE(target) Release/kerberos.node
SOLINK_MODULE(target) Release/kerberos.node: Finished
[email protected] node_modules/async
[email protected] node_modules/validator
[email protected] node_modules/httperrors
└── [email protected]
[email protected] node_modules/time
├── [email protected]
├── [email protected]
└── [email protected]
[email protected] node_modules/connect-raven
└── [email protected] ([email protected], [email protected], [email protected], [email protected])
[email protected] node_modules/yummy
├── [email protected]
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/cron
└── [email protected] ([email protected])
[email protected] node_modules/bcrypt
├── [email protected]
└── [email protected]
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/emailjs
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/hbs
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/mongoose
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected], [email protected], [email protected])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment