terminalGPT icon indicating copy to clipboard operation
terminalGPT copied to clipboard

how i can uninstall terminagpt?

Open mxcdh opened this issue 2 years ago • 1 comments

I trying:

npm uninstall -g terminalgpt

But is not working.

mxcdh avatar Jan 11 '23 10:01 mxcdh

'npx terminalgpt' doesn't install the terminalgpt package, instead it downloads the package to your pc and directly executes it from the cache.

You can find the package using

ls ~/.npm/_npx/*/node_modules

To delete the package, you can use

rm -r ~/.npm/_npx/*/node_modules/terminalgpt

glytch3 avatar Jan 12 '23 16:01 glytch3

@glytch3 thanks for explaining, I'll add it on README

jucasoliveira avatar Jan 15 '23 18:01 jucasoliveira