Skip to content

Commit

Permalink
fix(ci): install global npm packages with sudo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
devfreddy committed Nov 12, 2019
1 parent f16eb21 commit 42e12b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ commands:
- run:
name: "Install json cli tool"
command: |
npm install -g json
sudo npm install -g json
# TO DO - Cache or add to base docker image pre-installed
command-install-nr1-cli:
Expand All @@ -193,7 +193,7 @@ commands:
- run:
name: "Install OSS CLI"
command: |
npm install -g @newrelic/osscli
sudo npm install -g @newrelic/osscli
# TO DO - Replace command-validate-nerdpack-schema and command-validate-opensource-files with the oss-cli
# This will allow us to make changes at-will vs. updating dozens of config.yml's
Expand Down

0 comments on commit 42e12b0

Please sign in to comment.