You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(openclaw): remove findNpmPath and hardcoded fallback paths
- Inline findNpmPath into its two call sites (install, uninstall)
- Remove possiblePaths filesystem fallback from findOpenClawBinary —
openclaw is installed via npm global, so it's always in PATH
- findOpenClawBinary now delegates entirely to findExecutableInEnv
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments