You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed gfx.js as mentioned in the readme, but on starting the server as $luajit -lgfx.start
gives the following message and the server fails to start: [gfx.js] server started on port 8000, graphics will be rendered into http://localhost:8000 me@my-PC:~$ module.js:340 throw err; ^ Error: Cannot find module '~/.gfx.js/server.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:902:3
Any help is greatly aprreciated. :)
Thanks,
Aditya
The text was updated successfully, but these errors were encountered:
Hi,
I installed gfx.js as mentioned in the readme, but on starting the server as
$luajit -lgfx.start
gives the following message and the server fails to start:
[gfx.js] server started on port 8000, graphics will be rendered into http://localhost:8000
me@my-PC:~$
module.js:340
throw err;
^
Error: Cannot find module '~/.gfx.js/server.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
Any help is greatly aprreciated. :)
Thanks,
Aditya
The text was updated successfully, but these errors were encountered: