Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blank screen on start #106

@marcellourbani

Description

@marcellourbani

I get a completely blank screen in my terminal
Menu only shows up after I hit CTRL+C

Happens in Archlinux with nvm, tried various combinations of bash, fish, ghostty, konsole and the linux console
Did find a workaround:

# start a bash session with clear environment
env -i bash
# in the new bash, add the current nodejs version to path
export PATH=~/.nvm/versions/node/v22.16.0/bin:$PATH
npx ccstatusline
# after setup, go back to our regular session
exit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions