-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUD-2295: allow certificates step to succeed without npm (#70)
I ran into this error while testing ih-setup locally: ``` /Users/myuser/homebrew-ih-public/lib/core/certificates/step.sh: line 96: npm: command not found ``` It's assuming everyone has `npm` installed globally, but that's not the case for a lot of fresh installs. This PR adds logic to allow the certificates step to succeed if you don't have `npm` installed. --------- Co-authored-by: Paul Brown <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.35 | ||
0.1.36 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters