santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 154 forks source link

How to uninstall how2? #56

Closed Joilence closed 8 years ago

Joilence commented 8 years ago

I used npm to uninstall but failed. $ npm uninstall how2 npm WARN ENOENT ENOENT: no such file or directory, open '/Users/JonyMac/package.json' npm WARN EPACKAGEJSON JonyMac No description npm WARN EPACKAGEJSON JonyMac No repository field. npm WARN EPACKAGEJSON JonyMac No README data npm WARN EPACKAGEJSON JonyMac No license field.

So how to remove how2 and its all dependencies? Thanks.

danyshaanan commented 8 years ago
npm uninstall -g how2

(as it is installed globally with -g, it should also be removed with -g).