Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created November 1, 2014 09:13
Show Gist options
  • Save khannedy/9729f3fd95e65cd2c0c8 to your computer and use it in GitHub Desktop.
Save khannedy/9729f3fd95e65cd2c0c8 to your computer and use it in GitHub Desktop.
npm install mysql --save
npm info it worked if it ends with ok
npm verb cli [ 'node', '/usr/local/bin/npm', 'install', 'mysql', '--save' ]
npm info using npm@2.1.5
npm info using node@v0.10.33
npm verb node symlink /usr/local/bin/node
npm WARN package.json nodejs-mysql@1.0.0 No repository field.
npm WARN package.json nodejs-mysql@1.0.0 No README data
npm verb cache add spec mysql
npm verb addNamed mysql@*
npm verb mapToRegistry name mysql
npm verb mapToRegistry uri https://registry.npmjs.org/mysql
npm verb addNameRange registry:https://registry.npmjs.org/mysql not in flight; fetching
.
.
.
.
npm verb unlock done using /Users/khannedy/.npm/_locks/mysql-d921d762c6f6442e.lock for /Users/khannedy/Developments/nodejs-mysql/node_modules/mysql
mysql@2.5.2 node_modules/mysql
├── require-all@0.0.8
├── bignumber.js@1.4.1
└── readable-stream@1.1.13 (isarray@0.0.1, inherits@2.0.1, string_decoder@0.10.31, core-util-is@1.0.1)
npm verb saving { mysql: '^2.5.2' }
npm verb exit [ 0, true ]
npm info ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment