@ai-support-agent/cli 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -261,7 +261,7 @@ set -uo pipefail
|
|
|
261
261
|
# Load nvm if available so that node/npm are on PATH when launched as a launchd service
|
|
262
262
|
export NVM_DIR="\${HOME}/.nvm"
|
|
263
263
|
# shellcheck disable=SC1091
|
|
264
|
-
[ -s "\${NVM_DIR}/nvm.sh" ] && source "\${NVM_DIR}/nvm.sh"
|
|
264
|
+
[ -s "\${NVM_DIR}/nvm.sh" ] && source "\${NVM_DIR}/nvm.sh"
|
|
265
265
|
# Also try Homebrew node as fallback
|
|
266
266
|
export PATH="/opt/homebrew/bin:/usr/local/bin:\${PATH}"
|
|
267
267
|
|