tsuyopon / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

Document NodeJS version dependency #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was trying to run with node 0.6 (default in Ubuntu 12.10) and having issues 
(IPC failing in various ways) - upgrading to 0.8, via ppa:chris-lea/node.js 
resolved these issues and it running nicely.

Original issue reported on code.google.com by o...@owenbarton.com on 14 Jan 2013 at 12:04

GoogleCodeExporter commented 9 years ago
I don't see why requiring a recent NodeJS version is a problem per se. If it 
were failing with the most recent released NodeJS version -- perhaps newer than 
I last tested myself, that would certainly be something that I'd look into.

I will document in the README which Node version it's been tested with.

Original comment by k...@google.com on 17 Jan 2013 at 8:20

GoogleCodeExporter commented 9 years ago
Requiring a recent NodeJS version is not a problem at all - my note was only 
pointing out that this seemed to be an undocumented dependency.

Original comment by o...@owenbarton.com on 17 Jan 2013 at 8:22