Paste: npm start

Author: erg
Mode: shellscript
Date: Sun, 22 Dec 2019 18:49:36
Plain Text |
% npm start

> beakerbrowser@ start /Users/erg/beaker
> gulp start

[12:48:04] Using gulpfile ~/beaker/gulpfile.js
[12:48:04] Starting 'start'...
[12:48:04] Starting '<anonymous>'...
Spawning electron /Users/erg/beaker/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron
[winston] Attempt to write logs with no transports {"category":"dat","subcategory":"dns","message":"Using cloudflare-dns.com to resolve DNS lookups","level":"info"}
Uncaught exception: [Error: ENOENT: no such file or directory, open '/Users/erg/.hyperdrive/log.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/erg/.hyperdrive/log.json'
}
[winston] Attempt to write logs with no transports {"category":"browser","message":"Uncaught exception: Error: ENOENT: no such file or directory, open '/Users/erg/.hyperdrive/log.json'","level":"error"}
info:     Using cloudflare-dns.com to resolve DNS lookups {"category":"dat","subcategory":"dns"}
error:    Uncaught exception: Error: ENOENT: no such file or directory, open '/Users/erg/.hyperdrive/log.json' {"category":"browser"}
info:     Program start
info:     [SETTINGS] Database at version 0; Running 2 migrations {"category":"sqlite"}
info:     [AUDIT-LOG] Database at version 0; Running 1 migrations {"category":"sqlite"}
info:     [PROFILES] Database at version 0; Running 1 migrations {"category":"sqlite"}
info:     [SITEDATA] Database at version 0; Running 6 migrations {"category":"sqlite"}
Starting external process hyperdrive-daemon
info:     [SETTINGS] Database migrations completed without error {"category":"sqlite"}
info:     [AUDIT-LOG] Database migrations completed without error {"category":"sqlite"}
info:     [SITEDATA] Database migrations completed without error {"category":"sqlite"}
info:     [PROFILES] Database migrations completed without error {"category":"sqlite"}
hyperdrive daemon ready
Uncaught exception: TypeError: Cannot read property 'services' of undefined
    at new CorestoreClient (/Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/index.js:747:38)
    at onmetadata (/Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/index.js:69:24)
    at /Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/index.js:63:14
    at /Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/lib/metadata.js:18:12
    at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)
error:    Uncaught exception: TypeError: Cannot read property 'services' of undefined {"category":"browser"}
Error: timeout
    at Timeout._onTimeout (/Users/erg/beaker/app/node_modules/nat-upnp/lib/nat-upnp/client.js:187:14)
    at listOnTimeout (internal/timers.js:531:17)
    at processTimers (internal/timers.js:475:7)

Annotation: other error

Author: erg
Mode: factor
Date: Sun, 22 Dec 2019 18:50:40
Plain Text |
> beakerbrowser@ start /Users/erg/beaker
> gulp start

[12:39:14] Using gulpfile ~/beaker/gulpfile.js
[12:39:14] Starting 'start'...
[12:39:14] Starting '<anonymous>'...
Spawning electron /Users/erg/beaker/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron
App threw an error during load
Error: Cannot find module './rpc/daemon/corestore_pb.js'
Require stack:
- /Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/lib/rpc.js
- /Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/index.js
- /Users/erg/beaker/app/main.build.js
- /Users/erg/beaker/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js
-
    at Module._resolveFilename (internal/modules/cjs/loader.js:717:15)
    at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7601:16)
    at Module._load (internal/modules/cjs/loader.js:622:27)
    at Module._load (electron/js2c/asar.js:717:26)
    at Function.Module._load (electron/js2c/asar.js:717:26)
    at Module.require (internal/modules/cjs/loader.js:775:19)
    at require (internal/modules/cjs/helpers.js:68:18)
    at Object.<anonymous> (/Users/erg/beaker/app/node_modules/hyperdrive-daemon-client/lib/rpc.js:15:15)
    at Module._compile (internal/modules/cjs/loader.js:880:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
[12:47:30] The following tasks did not complete: start, <anonymous>
[12:47:30] Did you forget to signal async completion?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! beakerbrowser@ start: `gulp start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the beakerbrowser@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/erg/.npm/_logs/2019-12-22T18_47_30_367Z-debug.log

New Annotation

Summary:
Author:
Mode:
Body: