[BUG]
root@ubuntu:~# ps aux | grep 1142417
root 1142417 0.0 0.5 988488 44428 ? Dl May03 0:07 npm install @anthropic-ai/claude-code
root 1856479 0.0 0.0 7076 2048 pts/5 S+ 13:31 0:00 grep --color=auto 1142417
root@ubuntu:~# pkill -f npm
root@ubuntu:~# pkill -9 -f npm
root@ubuntu:~# ps aux | grep 1142417
root 1142417 0.0 0.5 988488 44428 ? Dl May03 0:07 npm install @anthropic-ai/claude-code
root 1856654 0.0 0.0 7076 2048 pts/5 S+ 13:31 0:00 grep --color=auto 1142417
root@ubuntu:~# ls -la /usr/local/lib/node_modules/@anthropic-ai/
total 12
drwxr-xr-x 3 root root 4096 May 6 13:29 .
drwxr-xr-x 4 root root 4096 May 3 16:40 ..
drwxr-xr-x 3 root root 4096 May 5 15:37 .claude-code-1devilah
root@ubuntu:~#
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗