Skip to content

v2.1.4

Choose a tag to compare

@ianwieds ianwieds released this 09 Jun 21:56
· 1 commit to main since this release

Fix npu install pkg@latest silently doing nothing due to npm lockfile caching —
npu now removes the stale node_modules copy before re-installing when an explicit
version or tag is specified.

Split outdated discrepancy handling into Sync (install to match package.json) and
Reconcile (update package.json to match installed). Previously Reconcile would
always downgrade package.json to match an older installed version.

Add --cwd / -C global flag to run npu against a different directory without cd-ing.