I installed nodejs, angular cli and typescript.
I uninstalled nodejs first and nwo I don´t know how to uninstall angular cli and typscript without npm.
I installed nodejs, angular cli and typescript.
I uninstalled nodejs first and nwo I don´t know how to uninstall angular cli and typscript without npm.
Check if these folders exist, and remove them if you no longer need them.
If you are using Windows:
C:\Users\<username>\AppData\Roaming\npm\
Using mac:
/usr/local/lib/node_modules
Or nvm on mac:
~/.nvm/versions/node/{version}/lib/node_modules/
If you didn't set up NPM to save your files elswhere, it should be in
%USERPROFILE%\AppData\Roaming\npm\node_modules
Simply delete the folder to remove the packages.