-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I downloaded ot-demo and ran npm install to get all the dependencies installed
then ran
node backends/node/server.js
and got back
/Users/user1/Downloads/ot-demo-master 2/backends/node/server.js:33
var socketIOServer = new ot.EditorSocketIOServer(str, [], 'demo', function (so
^
TypeError: undefined is not a function
at Object.<anonymous> (/Users/tarang/Downloads/ot-demo-master 2/backends/node/server.js:33:22)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
So I tried getting the ot.js
bit and bundled it in so I changed var ot = require('lib/index.js')
but then I get a couple of other errors (HTTP GET route /ot isn't found), so I'm not sure how to use this correctly.
Metadata
Metadata
Assignees
Labels
No labels