Skip to content

Instantly share code, notes, and snippets.

@cayblood
Created September 12, 2016 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cayblood/7d8a331abf8815ab9216ef24b7d02c3f to your computer and use it in GitHub Desktop.
Save cayblood/7d8a331abf8815ab9216ef24b7d02c3f to your computer and use it in GitHub Desktop.
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
∴ cat README.md
divvy
This app enables fast searching of the baby name dataset found at `http://catalog.data.gov/dataset/2012-baby-names-ac0a2`
At startup, the app read the dataset from its source and loads it into a in-memory sqlite database. A single endpoint is then exposed to enable querying for sets of names that match a given string. A web interface is provided to aid in that querying.
Must have node and npm installed, with bower installed globally.
1. `npm install`
2. `bower install`
3. `npm run build`
4. Load the site on `http://localhost:8000`
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
∴ nvm use 6.5.0
Now using node v6.5.0 (npm v3.10.3)
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
∴ npm install
> sqlite3@3.1.4 install /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build
[sqlite3] Success: "/Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy/node_modules/sqlite3/lib/binding/node-v48-darwin-x64/node_sqlite3.node" is installed via remote
divvy@1.0.0 /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy
├─┬ body-parser@1.15.2
│ ├── bytes@2.4.0
│ ├── content-type@1.0.2
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── depd@1.1.0
│ ├─┬ http-errors@1.5.0
│ │ ├── inherits@2.0.1
│ │ ├── setprototypeof@1.0.1
│ │ └── statuses@1.3.0
│ ├── iconv-lite@0.4.13
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── qs@6.2.0
│ ├─┬ raw-body@2.1.7
│ │ └── unpipe@1.0.0
│ └─┬ type-is@1.6.13
│ └── media-typer@0.3.0
├─┬ copyfiles@1.0.0
│ ├─┬ glob@7.0.6
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.5
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ minimatch@3.0.3
│ │ │ └─┬ brace-expansion@1.1.6
│ │ │ ├── balanced-match@0.4.2
│ │ │ └── concat-map@0.0.1
│ │ ├── once@1.4.0
│ │ └── path-is-absolute@1.0.0
│ ├── ltcdr@2.2.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ noms@0.0.0
│ │ └─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └─┬ through2@2.0.1
│ ├─┬ readable-stream@2.0.6
│ │ ├── isarray@1.0.0
│ │ ├── process-nextick-args@1.0.7
│ │ └── util-deprecate@1.0.2
│ └── xtend@4.0.1
├─┬ cors@2.8.1
│ └── vary@1.1.0
├─┬ express@4.14.0
│ ├─┬ accepts@1.3.3
│ │ └── negotiator@0.6.1
│ ├── array-flatten@1.1.1
│ ├── content-disposition@0.5.1
│ ├── cookie@0.3.1
│ ├── cookie-signature@1.0.6
│ ├── encodeurl@1.0.1
│ ├── escape-html@1.0.3
│ ├── etag@1.7.0
│ ├── finalhandler@0.5.0
│ ├── fresh@0.3.0
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@1.1.2
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.1.1
│ ├── range-parser@1.2.0
│ ├─┬ send@0.14.1
│ │ ├── destroy@1.0.4
│ │ └── mime@1.3.4
│ ├── serve-static@1.11.1
│ └── utils-merge@1.0.0
├─┬ portscanner@1.0.0
│ └── async@0.1.15
├─┬ request@2.74.0
│ ├── aws-sign2@0.6.0
│ ├── aws4@1.4.1
│ ├── bl@1.1.2
│ ├── caseless@0.11.0
│ ├─┬ combined-stream@1.0.5
│ │ └── delayed-stream@1.0.0
│ ├── extend@3.0.0
│ ├── forever-agent@0.6.1
│ ├─┬ form-data@1.0.1
│ │ └─┬ async@2.0.1
│ │ └── lodash@4.15.0
│ ├─┬ har-validator@2.0.6
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├── strip-ansi@3.0.1
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ ├── generate-function@2.0.0
│ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ └── is-property@1.0.2
│ │ │ └── jsonpointer@2.0.0
│ │ └─┬ pinkie-promise@2.0.1
│ │ └── pinkie@2.0.4
│ ├─┬ hawk@3.1.3
│ │ ├── boom@2.10.1
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@1.1.1
│ │ ├── assert-plus@0.2.0
│ │ ├─┬ jsprim@1.3.0
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── json-schema@0.2.2
│ │ │ └── verror@1.3.6
│ │ └─┬ sshpk@1.10.0
│ │ ├── asn1@0.2.3
│ │ ├── assert-plus@1.0.0
│ │ ├─┬ bcrypt-pbkdf@1.0.0
│ │ │ └── tweetnacl@0.14.3
│ │ ├─┬ dashdash@1.14.0
│ │ │ └── assert-plus@1.0.0
│ │ ├── ecc-jsbn@0.1.1
│ │ ├─┬ getpass@0.1.6
│ │ │ └── assert-plus@1.0.0
│ │ ├── jodid25519@1.0.2
│ │ ├── jsbn@0.1.0
│ │ └── tweetnacl@0.13.3
│ ├── is-typedarray@1.0.0
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├─┬ mime-types@2.1.11
│ │ └── mime-db@1.23.0
│ ├── node-uuid@1.4.7
│ ├── oauth-sign@0.8.2
│ ├── stringstream@0.0.5
│ ├── tough-cookie@2.3.1
│ └── tunnel-agent@0.4.3
├── rimraf@2.5.4
├─┬ sqlite3@3.1.4
│ ├── nan@2.3.5
│ └─┬ node-pre-gyp@0.6.28
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ nopt@3.0.6
│ │ └── abbrev@1.0.7
│ ├─┬ npmlog@2.0.3
│ │ ├── ansi@0.3.1
│ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ ├── delegates@1.0.0
│ │ │ └── readable-stream@2.1.2
│ │ └─┬ gauge@1.2.7
│ │ ├── has-unicode@2.0.0
│ │ ├─┬ lodash.pad@4.4.0
│ │ │ ├── lodash._baseslice@4.0.0
│ │ │ ├── lodash._basetostring@4.12.0
│ │ │ └── lodash.tostring@4.1.3
│ │ ├── lodash.padend@4.5.0
│ │ └── lodash.padstart@4.5.0
│ ├─┬ rc@1.1.6
│ │ ├── deep-extend@0.4.1
│ │ ├── ini@1.3.4
│ │ ├── minimist@1.2.0
│ │ └── strip-json-comments@1.0.4
│ ├─┬ request@2.72.0
│ │ ├── aws-sign2@0.6.0
│ │ ├── aws4@1.4.1
│ │ ├─┬ bl@1.1.2
│ │ │ └── readable-stream@2.0.6
│ │ ├── caseless@0.11.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.0
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@1.0.0-rc4
│ │ │ └── async@1.5.2
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ └── xtend@4.0.1
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── hoek@2.16.3
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.2
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.8.3
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├─┬ dashdash@1.13.1
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├─┬ getpass@0.1.6
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── jodid25519@1.0.2
│ │ │ ├── jsbn@0.1.0
│ │ │ └── tweetnacl@0.13.3
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.11
│ │ │ └── mime-db@1.23.0
│ │ ├── node-uuid@1.4.7
│ │ ├── oauth-sign@0.8.2
│ │ ├── qs@6.1.0
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.2.2
│ │ └── tunnel-agent@0.4.3
│ ├─┬ rimraf@2.5.2
│ │ └─┬ glob@7.0.3
│ │ ├── inflight@1.0.4
│ │ ├─┬ minimatch@3.0.0
│ │ │ └─┬ brace-expansion@1.1.4
│ │ │ ├── balanced-match@0.4.1
│ │ │ └── concat-map@0.0.1
│ │ └── path-is-absolute@1.0.0
│ ├── semver@5.1.0
│ ├─┬ tar@2.2.1
│ │ ├── block-stream@0.0.9
│ │ ├─┬ fstream@1.0.9
│ │ │ └── graceful-fs@4.1.4
│ │ └── inherits@2.0.1
│ └─┬ tar-pack@3.1.3
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── fstream-ignore@1.0.4
│ ├─┬ once@1.3.3
│ │ └── wrappy@1.0.1
│ ├─┬ readable-stream@2.0.6
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@1.0.0
│ │ ├── process-nextick-args@1.0.7
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ └── uid-number@0.0.6
└─┬ vulcanize@1.14.8
├─┬ dom5@1.3.4
│ ├── @types/clone@0.1.29
│ ├── @types/node@4.0.30
│ ├─┬ @types/parse5@0.0.31
│ │ └── @types/node@6.0.38
│ ├── clone@1.0.2
│ └── parse5@1.5.1
├── es6-promise@2.3.0
├─┬ hydrolysis@1.24.1
│ ├─┬ babel-polyfill@6.13.0
│ │ ├── babel-runtime@6.11.6
│ │ ├── core-js@2.4.1
│ │ └── regenerator-runtime@0.9.5
│ ├─┬ doctrine@0.7.2
│ │ ├── esutils@1.1.6
│ │ └── isarray@0.0.1
│ ├─┬ escodegen@1.8.1
│ │ ├── esprima@2.7.3
│ │ ├── estraverse@1.9.3
│ │ ├── esutils@2.0.2
│ │ ├─┬ optionator@0.8.1
│ │ │ ├── deep-is@0.1.3
│ │ │ ├── fast-levenshtein@1.1.4
│ │ │ ├── levn@0.3.0
│ │ │ ├── prelude-ls@1.1.2
│ │ │ ├── type-check@0.3.2
│ │ │ └── wordwrap@1.0.0
│ │ └─┬ source-map@0.2.0
│ │ └── amdefine@1.0.0
│ ├─┬ espree@3.1.7
│ │ ├── acorn@3.3.0
│ │ └── acorn-jsx@3.0.1
│ └── estraverse@3.1.0
├─┬ nopt@3.0.6
│ └── abbrev@1.0.9
├── path-posix@1.0.0
└─┬ update-notifier@0.6.3
├─┬ boxen@0.3.1
│ ├── filled-array@1.1.0
│ ├── object-assign@4.1.0
│ ├─┬ repeating@2.0.1
│ │ └─┬ is-finite@1.0.1
│ │ └── number-is-nan@1.0.0
│ ├─┬ string-width@1.0.2
│ │ ├── code-point-at@1.0.0
│ │ └── is-fullwidth-code-point@1.0.0
│ └── widest-line@1.0.0
├─┬ configstore@2.1.0
│ ├─┬ dot-prop@3.0.0
│ │ └── is-obj@1.0.1
│ ├── graceful-fs@4.1.6
│ ├── os-tmpdir@1.0.1
│ ├─┬ osenv@0.1.3
│ │ └── os-homedir@1.0.1
│ ├── uuid@2.0.2
│ ├─┬ write-file-atomic@1.2.0
│ │ ├── imurmurhash@0.1.4
│ │ └── slide@1.1.6
│ └── xdg-basedir@2.0.0
├── is-npm@1.0.0
├─┬ latest-version@2.0.0
│ └─┬ package-json@2.4.0
│ ├─┬ got@5.6.0
│ │ ├─┬ create-error-class@3.0.2
│ │ │ └── capture-stack-trace@1.0.0
│ │ ├── duplexer2@0.1.4
│ │ ├── is-plain-obj@1.1.0
│ │ ├── is-redirect@1.0.0
│ │ ├── is-retry-allowed@1.1.0
│ │ ├── is-stream@1.1.0
│ │ ├── lowercase-keys@1.0.0
│ │ ├── node-status-codes@1.0.0
│ │ ├─┬ parse-json@2.2.0
│ │ │ └─┬ error-ex@1.3.0
│ │ │ └── is-arrayish@0.2.1
│ │ ├── read-all-stream@3.1.0
│ │ ├── timed-out@2.0.0
│ │ ├── unzip-response@1.0.1
│ │ └─┬ url-parse-lax@1.0.0
│ │ └── prepend-http@1.0.4
│ ├─┬ registry-auth-token@3.0.1
│ │ └─┬ rc@1.1.6
│ │ ├── deep-extend@0.4.1
│ │ ├── ini@1.3.4
│ │ ├── minimist@1.2.0
│ │ └── strip-json-comments@1.0.4
│ └── registry-url@3.1.0
└─┬ semver-diff@2.1.0
└── semver@5.3.0
npm WARN divvy@1.0.0 No repository field.
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
∴ bower install
(node:76178) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
bower iron-flex-layout#^1.3.1 cached git://github.com/PolymerElements/iron-flex-layout.git#1.3.1
bower iron-flex-layout#^1.3.1 validate 1.3.1 against git://github.com/PolymerElements/iron-flex-layout.git#^1.3.1
bower iron-list#^1.3.8 cached git://github.com/PolymerElements/iron-list.git#1.3.9
bower iron-list#^1.3.8 validate 1.3.9 against git://github.com/PolymerElements/iron-list.git#^1.3.8
bower iron-ajax#^1.4.3 cached git://github.com/PolymerElements/iron-ajax.git#1.4.3
bower iron-ajax#^1.4.3 validate 1.4.3 against git://github.com/PolymerElements/iron-ajax.git#^1.4.3
bower iron-input#^1.0.10 cached git://github.com/PolymerElements/iron-input.git#1.0.10
bower iron-input#^1.0.10 validate 1.0.10 against git://github.com/PolymerElements/iron-input.git#^1.0.10
bower polymer#^1.1.0 cached git://github.com/Polymer/polymer.git#1.6.1
bower polymer#^1.1.0 validate 1.6.1 against git://github.com/Polymer/polymer.git#^1.1.0
bower iron-a11y-announcer#^1.0.0 cached git://github.com/PolymerElements/iron-a11y-announcer.git#1.0.5
bower iron-a11y-announcer#^1.0.0 validate 1.0.5 against git://github.com/PolymerElements/iron-a11y-announcer.git#^1.0.0
bower iron-validatable-behavior#^1.0.0 cached git://github.com/PolymerElements/iron-validatable-behavior.git#1.1.1
bower iron-validatable-behavior#^1.0.0 validate 1.1.1 against git://github.com/PolymerElements/iron-validatable-behavior.git#^1.0.0
bower iron-a11y-keys-behavior#^1.0.0 cached git://github.com/polymerelements/iron-a11y-keys-behavior.git#1.1.8
bower iron-a11y-keys-behavior#^1.0.0 validate 1.1.8 against git://github.com/polymerelements/iron-a11y-keys-behavior.git#^1.0.0
bower iron-resizable-behavior#^1.0.0 cached git://github.com/polymerelements/iron-resizable-behavior.git#1.0.5
bower iron-resizable-behavior#^1.0.0 validate 1.0.5 against git://github.com/polymerelements/iron-resizable-behavior.git#^1.0.0
bower iron-scroll-target-behavior#^1.0.0 cached git://github.com/PolymerElements/iron-scroll-target-behavior.git#1.0.8
bower iron-scroll-target-behavior#^1.0.0 validate 1.0.8 against git://github.com/PolymerElements/iron-scroll-target-behavior.git#^1.0.0
bower promise-polyfill#^1.0.0 cached git://github.com/polymerlabs/promise-polyfill.git#1.0.1
bower promise-polyfill#^1.0.0 validate 1.0.1 against git://github.com/polymerlabs/promise-polyfill.git#^1.0.0
bower iron-meta#^1.0.0 cached git://github.com/PolymerElements/iron-meta.git#1.1.2
bower iron-meta#^1.0.0 validate 1.1.2 against git://github.com/PolymerElements/iron-meta.git#^1.0.0
bower webcomponentsjs#^0.7.20 cached https://github.com/Polymer/webcomponentsjs.git#0.7.22
bower webcomponentsjs#^0.7.20 validate 0.7.22 against https://github.com/Polymer/webcomponentsjs.git#^0.7.20
bower iron-flex-layout#^1.3.1 install iron-flex-layout#1.3.1
bower iron-input#^1.0.10 install iron-input#1.0.10
bower iron-list#^1.3.8 install iron-list#1.3.9
bower iron-ajax#^1.4.3 install iron-ajax#1.4.3
bower iron-a11y-announcer#^1.0.0 install iron-a11y-announcer#1.0.5
bower iron-validatable-behavior#^1.0.0 install iron-validatable-behavior#1.1.1
bower iron-resizable-behavior#^1.0.0 install iron-resizable-behavior#1.0.5
bower iron-a11y-keys-behavior#^1.0.0 install iron-a11y-keys-behavior#1.1.8
bower polymer#^1.1.0 install polymer#1.6.1
bower promise-polyfill#^1.0.0 install promise-polyfill#1.0.1
bower iron-scroll-target-behavior#^1.0.0 install iron-scroll-target-behavior#1.0.8
bower iron-meta#^1.0.0 install iron-meta#1.1.2
bower webcomponentsjs#^0.7.20 install webcomponentsjs#0.7.22
iron-flex-layout#1.3.1 app/bower_components/iron-flex-layout
└── polymer#1.6.1
iron-input#1.0.10 app/bower_components/iron-input
├── iron-a11y-announcer#1.0.5
├── iron-validatable-behavior#1.1.1
└── polymer#1.6.1
iron-list#1.3.9 app/bower_components/iron-list
├── iron-a11y-keys-behavior#1.1.8
├── iron-resizable-behavior#1.0.5
├── iron-scroll-target-behavior#1.0.8
└── polymer#1.6.1
iron-ajax#1.4.3 app/bower_components/iron-ajax
├── polymer#1.6.1
└── promise-polyfill#1.0.1
iron-a11y-announcer#1.0.5 app/bower_components/iron-a11y-announcer
└── polymer#1.6.1
iron-validatable-behavior#1.1.1 app/bower_components/iron-validatable-behavior
├── iron-meta#1.1.2
└── polymer#1.6.1
iron-resizable-behavior#1.0.5 app/bower_components/iron-resizable-behavior
└── polymer#1.6.1
iron-a11y-keys-behavior#1.1.8 app/bower_components/iron-a11y-keys-behavior
└── polymer#1.6.1
polymer#1.6.1 app/bower_components/polymer
└── webcomponentsjs#0.7.22
promise-polyfill#1.0.1 app/bower_components/promise-polyfill
└── polymer#1.6.1
iron-scroll-target-behavior#1.0.8 app/bower_components/iron-scroll-target-behavior
└── polymer#1.6.1
iron-meta#1.1.2 app/bower_components/iron-meta
└── polymer#1.6.1
webcomponentsjs#0.7.22 app/bower_components/webcomponentsjs
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
∴ npm run build
> divvy@1.0.0 build /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy
> npm run copy && npm run vulcanize
> divvy@1.0.0 copy /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy
> copyfiles -u 1 bower_components/**/* public/lib
> divvy@1.0.0 vulcanize /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy
> vulcanize --exclude "public/lib/polymer/polymer.html" ./public/components/deps.html > ./public/components/build.html
{ Error: ENOENT: no such file or directory, open 'public/lib/polymer/polymer.html'. Could not read dependencies for excluded URL: public/lib/polymer/polymer.html
at Error (native)
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'public/lib/polymer/polymer.html' }
npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/carl/.nvm/versions/node/v6.5.0/bin/node" "/Users/carl/.nvm/versions/node/v6.5.0/bin/npm" "run" "vulcanize"
npm ERR! node v6.5.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! divvy@1.0.0 vulcanize: `vulcanize --exclude "public/lib/polymer/polymer.html" ./public/components/deps.html > ./public/components/build.html`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the divvy@1.0.0 vulcanize script 'vulcanize --exclude "public/lib/polymer/polymer.html" ./public/components/deps.html > ./public/components/build.html'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the divvy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! vulcanize --exclude "public/lib/polymer/polymer.html" ./public/components/deps.html > ./public/components/build.html
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs divvy
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls divvy
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy/npm-debug.log
npm ERR! Darwin 15.6.0
npm ERR! argv "/Users/carl/.nvm/versions/node/v6.5.0/bin/node" "/Users/carl/.nvm/versions/node/v6.5.0/bin/npm" "run" "build"
npm ERR! node v6.5.0
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! divvy@1.0.0 build: `npm run copy && npm run vulcanize`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the divvy@1.0.0 build script 'npm run copy && npm run vulcanize'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the divvy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run copy && npm run vulcanize
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs divvy
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls divvy
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/carl/Source/work/divvy/candidate-homework/DavidCox/divvy/npm-debug.log
carl@Carls-MacBook-Pro ~/Source/work/divvy/candidate-homework/DavidCox/divvy [git:master] ruby-2.1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment