Hello !
How can I completely remove nativescript from my Mac ? I installed it using npm, then I tried to remove it with sudo npm remove tns and sudo npm remove nativescript but it's still around my Mac. Any ideas :) ?
Hi @kristiyandobrev,
You could uninstall NativeScript by using npm uninstall nativescript -g
Regards,
@tsonevn
Thank you @tsonevn , that worked 馃憤
Does it uninstall all the dependancies it installed using the Setup?
Hi @notflip,
The uninstall command will remove the specified package.
In this case, it will remove NativeScript CLI. More about the way NMP uninstall command cold be found here.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.