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
fix: include nested node_modules in NODE_PATH for NAPI resolution (#576)
After `npm install -g`, `@altimateai/altimate-core` is installed as a
dependency of `altimate-code` and lives at
`<global_root>/altimate-code/node_modules/`, not at the global root.
NODE_PATH must include both paths to handle npm's hoisted and nested
layouts.
This fixes the sole remaining Verdaccio sanity CI failure (Phase 1 and
Phase 1b NAPI binding checks).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments