Skip to content

Instantly share code, notes, and snippets.

@windhamdavid
Created January 21, 2014 23:28
Show Gist options
  • Save windhamdavid/8550680 to your computer and use it in GitHub Desktop.
Save windhamdavid/8550680 to your computer and use it in GitHub Desktop.
ghost sqlite3
david@code:~/ghost(master○) » ls
config.example.js CONTRIBUTING.md Gemfile.lock LICENSE package.json
config.js core Gruntfile.js node_modules README.md
content Gemfile index.js npm-debug.log SECURITY.md
david@code:~/ghost(master○) » npm ls
ghost@0.4.0 /home/david/ghost
├── bcryptjs@0.7.10
├─┬ blanket@1.1.6
│ ├── esprima@1.0.4
│ ├── falafel@0.1.6
│ └─┬ xtend@2.1.2
│ └── object-keys@0.4.0
├─┬ bookshelf@0.6.1
│ ├── backbone@1.1.0
│ ├── bluebird@0.10.14-0
│ ├── inflection@1.2.7
│ ├── lodash@2.3.0
│ └── trigger-then@0.1.1
├─┬ busboy@0.0.12
│ ├─┬ dicer@0.1.5
│ │ └── streamsearch@0.1.2
│ └─┬ readable-stream@1.1.10
│ ├── core-util-is@1.0.1
│ └── debuglog@0.0.2
├── colors@0.6.2
├── connect-slashes@1.2.0
├─┬ downsize@0.0.4
│ └── xregexp@2.0.0
├─┬ express@3.4.6
│ ├── buffer-crc32@0.2.1
│ ├─┬ commander@1.3.2
│ │ └── keypress@0.1.0
│ ├─┬ connect@2.11.2
│ │ ├── bytes@0.2.1
│ │ ├── UNMET DEPENDENCY multiparty 2.2.0
│ │ ├── negotiator@0.3.0
│ │ ├── pause@0.0.1
│ │ ├── qs@0.6.5
│ │ ├── raw-body@1.1.2
│ │ └── uid2@0.0.3
│ ├── cookie@0.1.0
│ ├── cookie-signature@1.0.1
│ ├── debug@0.7.4
│ ├── fresh@0.2.0
│ ├── methods@0.1.0
│ ├── mkdirp@0.3.5
│ ├── range-parser@0.0.4
│ └─┬ send@0.1.4
│ └── mime@1.2.11
├─┬ express-hbs@0.5.2
│ ├─┬ handlebars@1.1.2
│ │ ├─┬ optimist@0.3.7
│ │ │ └── wordwrap@0.0.2
│ │ └─┬ uglify-js@2.3.6
│ │ ├── async@0.2.9
│ │ └─┬ source-map@0.1.31
│ │ └── amdefine@0.1.0
│ └─┬ readdirp@0.3.3
│ ├── graceful-fs@2.0.1
│ └─┬ minimatch@0.2.14
│ ├── lru-cache@2.5.0
│ └── sigmund@1.0.0
├─┬ fs-extra@0.8.1
│ ├── jsonfile@1.1.1
│ ├── mkdirp@0.3.5
│ ├── ncp@0.4.2
│ └── rimraf@2.2.6
├─┬ grunt-contrib-clean@0.5.0
│ └── rimraf@2.2.6
├─┬ grunt-contrib-compress@0.5.3
│ ├─┬ archiver@0.4.10
│ │ ├── iconv-lite@0.2.11
│ │ └── readable-stream@1.0.24
│ ├─┬ lazystream@0.1.0
│ │ └── readable-stream@1.0.24
│ └── prettysize@0.0.3
├── grunt-contrib-concat@0.3.0
├── grunt-contrib-copy@0.4.1
├─┬ grunt-contrib-sass@0.5.1
│ ├── async@0.2.9
│ └── dargs@0.1.0
├─┬ grunt-contrib-uglify@0.2.7
│ ├─┬ grunt-lib-contrib@0.6.1
│ │ └── zlib-browserify@0.0.1
│ └─┬ uglify-js@2.4.11
│ ├── async@0.2.9
│ ├─┬ optimist@0.3.7
│ │ └── wordwrap@0.0.2
│ ├─┬ source-map@0.1.31
│ │ └── amdefine@0.1.0
│ └── uglify-to-browserify@1.0.1
├─┬ grunt-contrib-watch@0.5.3
│ ├─┬ gaze@0.4.3
│ │ └─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.0
│ │ ├── lodash@1.0.1
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.5.0
│ │ └── sigmund@1.0.0
│ └─┬ tiny-lr@0.0.4
│ ├── debug@0.7.4
│ ├── faye-websocket@0.4.4
│ ├─┬ noptify@0.0.3
│ │ └─┬ nopt@2.0.0
│ │ └── abbrev@1.0.4
│ └── qs@0.5.6
├── grunt-express-server@0.4.11
├── grunt-jslint@1.1.2
├─┬ grunt-mocha-cli@1.4.0
│ └── UNMET DEPENDENCY mocha ~1.15.0
├─┬ grunt-shell@0.6.3
│ └─┬ chalk@0.3.0
│ ├── ansi-styles@0.2.0
│ └── has-color@0.1.2
├─┬ grunt-update-submodules@0.2.1
│ └── UNMET DEPENDENCY grunt ~0.4.2
├─┬ knex@0.5.0
│ ├── bluebird@0.10.14-0
│ ├── generic-pool-redux@0.1.0
│ ├── lodash@2.3.0
│ ├── mkdirp@0.3.5
│ └─┬ optimist@0.6.0
│ ├── minimist@0.0.5
│ └── wordwrap@0.0.2
├─┬ matchdep@0.3.0
│ ├─┬ findup-sync@0.1.2
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ ├── inherits@1.0.0
│ │ │ └─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.5.0
│ │ │ └── sigmund@1.0.0
│ │ └── lodash@1.0.1
│ ├─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.0
│ │ ├── lodash@1.0.1
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.5.0
│ │ └── sigmund@1.0.0
│ ├── resolve@0.5.1
│ └── stack-trace@0.0.7
├── moment@2.4.0
├─┬ mysql@2.0.0-alpha9
│ ├── bignumber.js@1.0.1
│ └── require-all@0.0.3
├── node-polyglot@0.3.0
├── node-uuid@1.4.1
├─┬ nodemailer@0.5.13
│ ├── directmail@0.1.6
│ ├── he@0.3.6
│ ├─┬ mailcomposer@0.2.7
│ │ ├── dkim-signer@0.1.0
│ │ ├── follow-redirects@0.0.3
│ │ ├── mime@1.2.9
│ │ ├─┬ mimelib@0.2.14
│ │ │ ├── addressparser@0.2.0
│ │ │ └─┬ encoding@0.1.7
│ │ │ └── iconv-lite@0.2.11
│ │ └── punycode@1.2.3
│ ├─┬ readable-stream@1.1.10
│ │ ├── core-util-is@1.0.1
│ │ └── debuglog@0.0.2
│ └─┬ simplesmtp@0.3.18
│ ├── rai@0.1.9
│ └── xoauth2@0.1.8
├─┬ request@2.29.0
│ ├── aws-sign2@0.5.0
│ ├── forever-agent@0.5.0
│ ├─┬ form-data@0.1.2
│ │ ├── async@0.2.9
│ │ └─┬ combined-stream@0.0.4
│ │ └── delayed-stream@0.0.5
│ ├─┬ hawk@1.0.0
│ │ ├── boom@0.4.2
│ │ ├── cryptiles@0.2.2
│ │ ├── hoek@0.9.1
│ │ └── sntp@0.2.4
│ ├─┬ http-signature@0.10.0
│ │ ├── asn1@0.1.11
│ │ ├── assert-plus@0.1.2
│ │ └── ctype@0.5.2
│ ├── json-stringify-safe@5.0.0
│ ├── mime@1.2.11
│ ├── oauth-sign@0.3.0
│ ├── qs@0.6.6
│ ├─┬ tough-cookie@0.9.15
│ │ └── punycode@1.2.3
│ └── tunnel-agent@0.3.0
├── require-dir@0.1.0
├── rewire@2.0.0
├─┬ rss@0.2.1
│ ├── mime@1.2.11
│ └── xml@0.0.10
├── semver@2.2.1
├── should@2.1.1
├── showdown@0.3.1
├─┬ sinon@1.7.3
│ └─┬ buster-format@0.5.6
│ └── buster-core@0.6.4
├── UNMET DEPENDENCY sqlite3 2.1.19
├── underscore@1.5.2
├── unidecode@0.1.3
├── validator@1.4.0
└── when@2.7.0
npm ERR! missing: sqlite3@2.1.19, required by ghost@0.4.0
npm ERR! missing: multiparty@2.2.0, required by connect@2.11.2
npm ERR! missing: mocha@~1.15.0, required by grunt-mocha-cli@1.4.0
npm ERR! missing: grunt@~0.4.2, required by grunt-update-submodules@0.2.1
npm ERR! not ok code 0
david@code:~/ghost(master○) » which sqlite3 1 ↵
/usr/bin/sqlite3
david@code:~/ghost(master○) » wha???
zsh: no matches found: wha???
david@code:~/ghost(master○) »
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment