Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module.js:333 throw err; #41

Open
tohnperfect opened this issue Jan 16, 2015 · 3 comments
Open

module.js:333 throw err; #41

tohnperfect opened this issue Jan 16, 2015 · 3 comments

Comments

@tohnperfect
Copy link

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. (/home/localadmin/.gfx.js/lib/tty.js:17:11)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:349:32)
at Function.Module._load (module.js:305:12)
at Module.require (module.js:357:17)

@soumith
Copy link
Contributor

soumith commented Jan 16, 2015

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.

@tohnperfect
Copy link
Author

OK. I am aiming to use iTorch as well.

Thank you, Soumith.

@lacker
Copy link

lacker commented Jan 25, 2015

If gfx.js is no longer supported and it's better to use iTorch or display now, how about saying that in the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants