persvr / persevere-example-wiki

Example wiki built with Persevere 2.0
http://www.persvr.org/
30 stars 17 forks source link

Parse Error running persevere-example-wiki using Node on Cygwin #12

Closed scottbradley closed 13 years ago

scottbradley commented 13 years ago

I have downloaded v2 of Persevere, as well as the latest version of Nodules. I am trying to run the Persevere-Example-Wiki and cannot get it to work. I am running CYGWIN on Windows 7 and have Node.js version 4.1 installed. I am getting the following error:

Downloading http://github.com/kriszyp/jack/zipball/master Downloading http://github.com/miksago/node-websocket-server/zipball/v1.4.01 Downloading http://github.com/felixge/node-formidable/zipball/v0.9.8

node.js:116 throw e; // process.nextTick error, or 'error event on first tick Error: Parse Error at Client.onData as ondata at Client._onReadable (net.js:654:27) at IOWatcher.onReadable as callback

scottbradley commented 13 years ago

Looks like I'm getting Server errors from the URLs in the persevere-example-wiki???

Downloading http://github.com/kriszyp/jack/zipball/master
start: 0
end: 2920

<!DOCTYPE html>

GitHub - Server Error
script type="application/javascript"> // Detect if the browser is IE or not. // If it is not IE, we assume that the browser is NS.
node.js:116
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
Error: Parse Error
    at Client.onData [as ondata] (http.js:1439:27)
    at Client._onReadable (net.js:654:27)
    at IOWatcher.onReadable [as callback] (net.js:156:10)
scottbradley commented 13 years ago

Why is this closed? I have no resolution yet.

neonstalwart commented 13 years ago

you must have hit close yourself - it's a common mistake