Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:30
· 70 commits to main since this release

Fixed

  • loom did nothing under fnm / nvm / volta (any symlinked global install). Every command
    (loom, loom start, loom status, …) exited silently with no output when Loom was installed under
    a Node version manager that symlinks the global package directory. The CLI's entry-point check
    compared the launcher's path against the module's own URL; those diverge when the global dir is a
    symlink (Node resolves the real path while the launcher passes the symlinked one — plus Windows
    path-casing differences), so the CLI body never ran. The check now realpath-normalizes both sides.
    Update with npm i -g loomctl@latest.