From 483ce423e5a5c8a80634362297e8bd79793f132c Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Fri, 25 May 2018 16:40:21 -0400 Subject: [PATCH] Ensure npm is up to date --- script/setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/setup b/script/setup index 1a2b3d9f..19a8e225 100755 --- a/script/setup +++ b/script/setup @@ -16,6 +16,9 @@ source .venv/bin/activate # Install/update pip pip install --upgrade pip +# Update npm +npm install -g npm + # Install application dependencies script/bootstrap