Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created April 4, 2014 00:41
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 daleharvey/9965769 to your computer and use it in GitHub Desktop.
Save daleharvey/9965769 to your computer and use it in GitHub Desktop.
~/src/pouchdb (master)$ node
> var watchify = require("watchify");
undefined
> watchify({entries: ['a', 'file']});
{ files: [],
exports: {},
_pending: 2,
_entries: [],
_ignore: {},
_external: {},
_expose: {},
_mapped: {},
_transforms: [],
_extensions: [ '.js' ],
_noParse: [],
_pkgcache: {},
_exposeAll: undefined,
_ignoreMissing: undefined,
_basedir: undefined,
_events: { package: [Function], dep: [Function] },
bundle: [Function] }
>
events.js:72
throw er; // Unhandled 'error' event
^
Error: Cannot find module 'a' from '/Users/daleharvey/src/pouchdb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment