Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

npm is not working fine, need to download the partial.js manually

9 views
Skip to first unread message

Hasan A Yousef

unread,
Nov 4, 2013, 10:38:52 AM11/4/13
to part...@googlegroups.com
It looks there is something wrong in the npm, it is not installing neither in my office pc (under domain), nor at my home, I forced to download the file manually.
partial.png

Peter Širka

unread,
Nov 4, 2013, 11:56:36 AM11/4/13
to part...@googlegroups.com
Hi Hasan,
please write here - content of app.js.

Thanks :-) 
Message has been deleted

Hasan A Yousef

unread,
Nov 4, 2013, 3:34:35 PM11/4/13
to part...@googlegroups.com
var http = require("http");

function onRequest(request, response) {
 console.log("Request received.");
 response.writeHead(200, {"Content-Type": "text/plain"});
 response.write("Hello World");
 response.end();
}

http.createServer(onRequest).listen(8888);

console.log("Server has started.");


Hasan A Yousef

unread,
Nov 6, 2013, 1:48:51 AM11/6/13
to part...@googlegroups.com
I downloaded today your new video example, https://github.com/petersirka/partial.js/tree/master/examples/video-streaming
and faced the same issue with npm, it hangs for loong time, without any response (attached),  
npm.png

Peter Širka

unread,
Nov 6, 2013, 1:55:43 AM11/6/13
to part...@googlegroups.com
This is problem NPM. Their server is overloaded :-(

Current partial.js version:
Reply all
Reply to author
Forward
0 new messages