Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ aem up

Either approach will make Node.js trust the server certificate and `aem up` should work.

If you need a temporary workaround while you obtain the CA certificate, you can run
`aem up --allow-insecure` to skip certificate verification for server requests. Use
this only as a last resort because it disables TLS certificate validation.

## `npm install` fails with `File exists: /opt/homebrew/bin/hlx`

If you try to install `@adobe/aem-cli`:
Expand All @@ -321,4 +325,3 @@ To solve, first uninstall the old version, then install again with the new name:
npm uninstall -g @adobe/helix-cli
npm install -g @adobe/aem-cli
```