Skip to content

Fix npx pipe issue and bump to v0.1.1#6

Merged
mitsuru merged 1 commit intomainfrom
fix/npx-pipe-prompt
Feb 7, 2026
Merged

Fix npx pipe issue and bump to v0.1.1#6
mitsuru merged 1 commit intomainfrom
fix/npx-pipe-prompt

Conversation

@mitsuru
Copy link
Copy Markdown
Owner

@mitsuru mitsuru commented Feb 7, 2026

Summary

  • Add -y flag to all npx commands in README to suppress the install confirmation prompt
  • Bump version to 0.1.1 to update the npm registry README

Problem

When running npx lgtmit -- curl ... | bash on a fresh machine, npx prints "Need to install the following packages: lgtmit@0.1.0" to stdout. This gets piped to bash, causing Need: command not found errors.

Fix

npx -y suppresses the prompt entirely, keeping stdout clean for the pipe.


Open with Devin

Add -y flag to npx commands in README to suppress install prompt that
leaked to stdout and caused 'Need: command not found' errors when piped
to bash. Bump version to 0.1.1 for npm README update.
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@mitsuru mitsuru merged commit 7cc3a4a into main Feb 7, 2026
2 checks passed
@mitsuru mitsuru deleted the fix/npx-pipe-prompt branch February 7, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant