Skip to content

Crash on fresh install #3

@Tarang

Description

@Tarang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions