From 9db4cc8c6d0422f28357dc4283089ee3dde9a08e Mon Sep 17 00:00:00 2001 From: Alanna Scott Date: Fri, 14 Oct 2016 00:00:12 -0700 Subject: [PATCH] add node/npm versions to contributing.md (#1344) * add node and npm versions * use lower case npm * update wording --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5abc1182..53e1561fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,8 @@ Flask-Appbuilder itself comes bundled with jQuery and bootstrap. While these may be phased out over time, these packages are currently not managed with npm. +### Node/npm versions +Make sure you are using recent versions of node and npm. No problems have been found with node>=5.10 and npm>=3.9. ### Using npm to generate bundled files