- Edit your shell profile, example for zsh (default on macOS):
nano ~/.zsrhc
- Add this line to the file, this will be used in the shell scripts and terminal sessions
# claude
export NODE_TLS_REJECT_UNAUTHORIZED=0
- Save and restart terminal or run
source ~/.zshrc