Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 7517399

Browse files
added 'sudo' to npm install command
1 parent d7169fc commit 7517399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run:
9898
name: Deploy via AWS CodeDeploy
9999
command: |
100-
npm install -g aws-code-deploy
100+
sudo npm install -g aws-code-deploy
101101
aws-code-deploy
102102
103103
workflows:

0 commit comments

Comments
 (0)