Skip to content

Instantly share code, notes, and snippets.

@guybrush
Created June 24, 2014 04:01
Show Gist options
  • Save guybrush/5b80e0e35b007e23c772 to your computer and use it in GitHub Desktop.
Save guybrush/5b80e0e35b007e23c772 to your computer and use it in GitHub Desktop.
$ npm run start
> glslify-workshopper@0.0.0 start /home/patrick/dev/glslify-workshopper
> mkdir answers; cd answers && NODE_ENV=development node ..
mkdir: cannot create directory `answers': File exists
|
===============================
= ~~~ glslify-workshopper ~~~ =
===============================
[?] We're about to populate this directory with some code for you to use for
your answers. If they've already been created then don't worry, they won't
be replaced. Continue? Yes
Done!
Booting up the workshop in your browser in just a second...
vectors_glsl
listening on port: 12492
200 5ms 405B /
\
/home/patrick/dev/glslify-workshopper/node_modules/beefy/lib/bundlers/watchify.js:45
return watchifies[entryPath]()
^
TypeError: Property '/home/patrick/dev/glslify-workshopper/menu/index.js' of object #<Object> is not a function
at Object.handlePath [as command] (/home/patrick/dev/glslify-workshopper/node_modules/beefy/lib/bundlers/watchify.js:45:35)
at handle (/home/patrick/dev/glslify-workshopper/node_modules/beefy/lib/handlers/bundle.js:48:27)
at handle (/home/patrick/dev/glslify-workshopper/node_modules/beefy/lib/handlers/log.js:42:5)
at beefyMainHandler (/home/patrick/dev/glslify-workshopper/node_modules/beefy/lib/create-handler.js:42:12)
at handler (/home/patrick/dev/glslify-workshopper/node_modules/beefy/index.js:77:5)
at Server.<anonymous> (/home/patrick/dev/glslify-workshopper/index.js:88:14)
at Server.emit (events.js:98:17)
at HTTPParser.parser.onIncoming (http.js:2108:12)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:121:23)
at Socket.socket.ondata (http.js:1966:22)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment