From 837f99f31c4bcd058c87b1978810bc19b97b4e49 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Tue, 3 Nov 2015 16:55:42 +0100 Subject: [PATCH] Restrict npm supported versions to >=1.2.1 <2.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a953c02..18e216b3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Requirements ------------ - Core - Node.js >=0.8 - - npm >=1.2.1 + - npm >=1.2.1 <2.0.0 - PostgreSQL >8.3.x, PostGIS >1.5.x - Redis >2.4.0 (http://www.redis.io) - Mapnik 2.0.1, 2.0.2, 2.1.0, 2.2.0, 2.3.0. See Installing Mapnik. @@ -92,7 +92,7 @@ Examples -------- [CartoDB's Map Gallery](http://cartodb.com/gallery/) showcases several examples of visualisations built on top of this. - +m Contributing ---