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
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
Hey Stephan, I love Orona, so first thing: thanks!
I'd love to play multiplayer with my family soon, so I'm trying to get this installed. I can write JS and CoffeeScript passably, but I have no real knowledge of Node.
I follow your install instructions almost exactly on Ubuntu 15.10 using NodeJS as installed by Apt (which exceeds the minimum version specified for orona). The only difference is I need to symlink node to nodejs because Ubuntu doesn't use node as the name for nodejs by default.
Once all's said and done I try ./bin/bolo-server and get this:
/home/cathal/localapps/orona/node_modules/coffee-script/lib/coffee-script/coffee-script.js:213
throw new Error("Use CoffeeScript.register() or require the coffee-s
^
Error: Use CoffeeScript.register() or require the coffee-script/register module to require .coffee.md files.
at Object.base.(anonymous function) [as .coffee] (/home/cathal/localapps/orona/node_modules/coffee-script/lib/coffee-script/coffee-script.js:213:17)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/cathal/localapps/orona/bin/bolo-server:4:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey Stephan, I love Orona, so first thing: thanks!
I'd love to play multiplayer with my family soon, so I'm trying to get this installed. I can write JS and CoffeeScript passably, but I have no real knowledge of Node.
I follow your install instructions almost exactly on Ubuntu 15.10 using NodeJS as installed by Apt (which exceeds the minimum version specified for orona). The only difference is I need to symlink
node
tonodejs
because Ubuntu doesn't usenode
as the name for nodejs by default.Once all's said and done I try
./bin/bolo-server
and get this:The text was updated successfully, but these errors were encountered: