DulLabs / bhai-lang

A toy programming language written in Typescript
https://bhailang.js.org/
MIT License
3.97k stars 501 forks source link

Q. How to delete it from termux #283

Closed Rakeshyadav-19 closed 6 months ago

Rakeshyadav-19 commented 6 months ago

Describe what you are trying to do and why it is not optimal.

I installed it in termux using

npm i -g bhailang

Now how do I unistall it

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

tbhaxor commented 6 months ago
npm uninstall -g bhailang
Rakeshyadav-19 commented 6 months ago

okay thanks