Skip to content

fix(setup): Confirm dotagents npx install#17536

Merged
cameroncooke merged 1 commit intomasterfrom
cameroncooke/fix/dotagents-npx-install-prompt
Apr 29, 2026
Merged

fix(setup): Confirm dotagents npx install#17536
cameroncooke merged 1 commit intomasterfrom
cameroncooke/fix/dotagents-npx-install-prompt

Conversation

@cameroncooke
Copy link
Copy Markdown
Contributor

Make make develop pass --yes to npx when installing @sentry/dotagents.

Without this flag, a clean npm/npx environment can stop at npm's package install confirmation prompt and wait for terminal input during setup. Passing -y keeps the bootstrap command non-interactive while preserving the same dotagents install behavior.

Validated with make -n develop to confirm the Makefile now expands to npx -y @sentry/dotagents install.

Allow make develop to fetch @sentry/dotagents without waiting for an interactive npm confirmation prompt.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Apr 29, 2026 10:35am
sentry-docs Ready Ready Preview, Comment Apr 29, 2026 10:35am

Request Review

@cameroncooke cameroncooke merged commit aa8f5f4 into master Apr 29, 2026
18 checks passed
@cameroncooke cameroncooke deleted the cameroncooke/fix/dotagents-npx-install-prompt branch April 29, 2026 11:26
cameroncooke added a commit that referenced this pull request Apr 30, 2026
Make `make develop` pass `--yes` to `npx` when installing
`@sentry/dotagents`.

Without this flag, a clean npm/npx environment can stop at npm's package
install confirmation prompt and wait for terminal input during setup.
Passing `-y` keeps the bootstrap command non-interactive while
preserving the same dotagents install behavior.

Validated with `make -n develop` to confirm the Makefile now expands to
`npx -y @sentry/dotagents install`.
coolguyzone pushed a commit that referenced this pull request May 1, 2026
Make `make develop` pass `--yes` to `npx` when installing
`@sentry/dotagents`.

Without this flag, a clean npm/npx environment can stop at npm's package
install confirmation prompt and wait for terminal input during setup.
Passing `-y` keeps the bootstrap command non-interactive while
preserving the same dotagents install behavior.

Validated with `make -n develop` to confirm the Makefile now expands to
`npx -y @sentry/dotagents install`.
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.

2 participants