Skip to content

Commit c2d7639

Browse files
sssemilclaude
andcommitted
Remove node/npm checks from installer
Claude Code's npm install handles these dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 57394a8 commit c2d7639

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

install.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ case "$OS" in
1010
*) echo "error: Linux or macOS required"; exit 1 ;;
1111
esac
1212

13-
# basic deps
14-
need() {
15-
command -v "$1" >/dev/null 2>&1 || {
16-
echo "error: missing dependency: $1"
17-
exit 1
18-
}
19-
}
20-
21-
need curl
22-
need node
23-
need npm
2413

2514
# paths
2615
BIN_DIR="$HOME/.local/bin"

0 commit comments

Comments
 (0)