gfx.js
gfx.js copied to clipboard
module.js:333 throw err;
I got the following error when i tried $luajit -lgfx.start.
module.js:333
throw err;
^
Error: Cannot find module 'pty.js'
at Function.Module._resolveFilename (module.js:331:15)
at Function.Module._load (module.js:273:25)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object.
gfx is being depreceated because of such errors with pty.js and tty.js. those modules are no longer being maintained upstream and seem to be broken.
we are starting to use iTorch, or you can install https://github.com/szym/display which is a stripped down version of gfx.js which installs easily out of the box.
OK. I am aiming to use iTorch as well.
Thank you, Soumith.
If gfx.js is no longer supported and it's better to use iTorch or display now, how about saying that in the readme?