AKSW / node_ldp

Implementation of the Linked Data Platform for Node.
http://www.w3.org/TR/ldp/
19 stars 0 forks source link

Fails to start #10

Closed retog closed 10 years ago

retog commented 10 years ago

Trying out node_ldp I'm failing at the very begining:

$ bin/start 

path.js:336
    var isAbsolute = path.charAt(0) === '/',
                          ^
TypeError: Cannot call method 'charAt' of undefined
    at Object.exports.normalize (path.js:336:27)
    at Object.exports.start (/tmp/node_ldp/lib/server.js:53:25)
    at Object.<anonymous> (/tmp/node_ldp/bin/start:30:8)
    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

I'm using ubuntu 14.04 with nodejs v0.10.25

akuckartz commented 10 years ago

See README.md: "Fake namespace and initial triples file are currently required."

0xfeedface commented 10 years ago

Hi retog, your can start node_ldp using bin/start -l test/empty.ttl as a workaround.