Skip to content
Discussion options

You must be logged in to vote

The permission error is because sudo npm install -g installs the binary as root, so running it as a regular user is blocked. Two options:

Option 1 — run it with sudo:

sudo cve-lite . --verbose

Option 2 — fix the permissions once:

sudo chmod +x /usr/local/bin/cve-lite

Then run normally:

cve-lite . --verbose

Option 2 is cleaner going forward.

Replies: 4 comments 27 replies

Comment options

You must be logged in to vote
11 replies
@sonukapoor
Comment options

@sonukapoor
Comment options

@ModalityZ
Comment options

@sonukapoor
Comment options

@ModalityZ
Comment options

Comment options

You must be logged in to vote
2 replies
@ModalityZ
Comment options

@sonukapoor
Comment options

Comment options

You must be logged in to vote
6 replies
@sonukapoor
Comment options

@sonukapoor
Comment options

@ModalityZ
Comment options

@sonukapoor
Comment options

Answer selected by ModalityZ
Comment options

You must be logged in to vote
8 replies
@sonukapoor
Comment options

@sonukapoor
Comment options

@ModalityZ
Comment options

@sonukapoor
Comment options

@sonukapoor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants