From 1515556c171df179f4ff848832e19fae1e032da6 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Mon, 1 Apr 2013 20:38:30 +0000 Subject: [PATCH] Remove npm version restriction & add warning to config file --- config.example.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.js b/config.example.js index 5eb1fee..86b1b7c 100644 --- a/config.example.js +++ b/config.example.js @@ -106,6 +106,8 @@ conf.http_base_path = "/kiwi"; /* * SOCKS (version 5) proxy settings + * This feature is only available on node 0.10.0 and above. + * Do not enable it if you're running 0.8 or below or Bad Things will happen. */ conf.socks_proxy = {}; -- 2.25.1