From 02dd50ac6f8b60e99737919eef07f59821958d44 Mon Sep 17 00:00:00 2001 From: mmiller Date: Sat, 22 Jul 2017 18:32:11 -0600 Subject: [PATCH] sudoit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44fa5eb..6a2b4cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,8 @@ jobs: name: update-npm command: | npm install npm@latest --no-save && - rm -rf /usr/local/lib/node_modules/npm && - mv node_modules/npm /usr/local/lib/node_modules/npm + sudo rm -rf /usr/local/lib/node_modules/npm && + sudo mv node_modules/npm /usr/local/lib/node_modules/npm - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: