Skip to content

Instantly share code, notes, and snippets.

@bukzor
Created April 9, 2017 22:49
Show Gist options
  • Save bukzor/f63470ed56679f98e4a6061ead3c1ceb to your computer and use it in GitHub Desktop.
Save bukzor/f63470ed56679f98e4a6061ead3c1ceb to your computer and use it in GitHub Desktop.
gun e2e results
buck@tortle-2016:~/trees/learn/gun
[Sun 04-09 03:47:59PM]$ yarn run e2e
yarn run v0.22.0
$ mocha e2e/distributed.js
(node:1306) DeprecationWarning: child_process: options.customFds option is deprecated. Use options.stdio instead.
Hello wonderful person! :) Thanks for using GUN, feel free to ask for help on https://gitter.im/amark/gun and ask StackOverflow questions tagged with 'gun'!
WARNING! This `file.js` module for gun is intended for local development testing only!
/home/buck/trees/learn/gun/node_modules/ws/lib/WebSocketServer.js:63
throw new TypeError('missing or invalid options');
^
TypeError: missing or invalid options
at WebSocketServer (/home/buck/trees/learn/gun/node_modules/ws/lib/WebSocketServer.js:63:13)
at Object.mount [as next] (/home/buck/trees/learn/gun/lib/ws.js:16:12)
at Object.next (/home/buck/trees/learn/gun/lib/nts.js:9:11)
at Function.onto [as on] (/home/buck/trees/learn/gun/gun.js:197:19)
at Gun.chain.opt (/home/buck/trees/learn/gun/gun.js:943:9)
at Function.Gun.create (/home/buck/trees/learn/gun/gun.js:846:22)
at new Gun (/home/buck/trees/learn/gun/gun.js:810:15)
at Gun (/home/buck/trees/learn/gun/gun.js:809:39)
at Suite.<anonymous> (/home/buck/trees/learn/gun/e2e/distributed.js:7:12)
at context.describe.context.context (/home/buck/trees/learn/gun/node_modules/mocha/lib/interfaces/bdd.js:72:10)
at Object.<anonymous> (/home/buck/trees/learn/gun/e2e/distributed.js:3:1)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at /home/buck/trees/learn/gun/node_modules/mocha/lib/mocha.js:152:27
at Array.forEach (native)
at Mocha.loadFiles (/home/buck/trees/learn/gun/node_modules/mocha/lib/mocha.js:149:14)
at Mocha.run (/home/buck/trees/learn/gun/node_modules/mocha/lib/mocha.js:305:31)
at Object.<anonymous> (/home/buck/trees/learn/gun/node_modules/mocha/bin/_mocha:327:7)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:423:7)
at startup (bootstrap_node.js:147:9)
at bootstrap_node.js:538:3
error Command failed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment