Skip to content

Commit b9c1f60

Browse files
cevianclaude
andcommitted
fix(install): suppress npm warnings in 0pflow alias
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ba9a5b1 commit b9c1f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ install_tiger() {
148148
# ── Shell alias ──────────────────────────────────────────────────────────────
149149

150150
setup_alias() {
151-
local alias_line="alias 0pflow='npx -y --prefer-online 0pflow@dev'"
151+
local alias_line="alias 0pflow='npx -y --prefer-online --loglevel=error 0pflow@dev'"
152152
local alias_comment="# 0pflow CLI alias"
153153
local added_to=""
154154

0 commit comments

Comments
 (0)