From 445caf1daa3448692fbfad90f71a5327423d17b3 Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 7 Mar 2019 12:05:31 +0100 Subject: [PATCH] Update README.markdown npm ci only exists in recent-ish versions of npm. replaced with npm install --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2466122..66aa170 100644 --- a/README.markdown +++ b/README.markdown @@ -41,7 +41,7 @@ pip or any python tools included in dependencies (honcho, flask...) ``` $ pip install -r requirements.txt -$ npm ci +$ npm install ``` Wow!! Exciting