From 608010de34f7e9c2ec72ac1632c1b0aabc112784 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Apr 2018 14:56:46 +0100 Subject: [PATCH] Try different npm version to avoid length error --- src/freedombone-utils-nodejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-nodejs b/src/freedombone-utils-nodejs index a665c475..9991d418 100755 --- a/src/freedombone-utils-nodejs +++ b/src/freedombone-utils-nodejs @@ -37,7 +37,7 @@ VARIANTS='mesh' # have specifically the correct versions NODEJS_VERSION='8.11.1' NODEJS_N_VERSION='2.1.7' -NPM_VERSION='5.6.0' +NPM_VERSION='5.8.0' # This file keeps track of the apps needing nodejs # so that it can be removed if tere are no apps which need it