-1

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.

5
  • 1
    angular-cli is a "node-package", not an 'exe'... you need npm to uninstall it; Commented May 13, 2019 at 9:50
  • If I uninstalled nodejs this package then uninstalled too, not? sorry for my english, i am spanish. Commented May 13, 2019 at 9:52
  • Maybe you can find the answer you are looking for in here: uninstall angular cli Commented May 13, 2019 at 9:52
  • @41726c as specified, he no longer has npm. So your provided answer woudn't work. Commented May 13, 2019 at 9:53
  • NodeJS is installed on your OS (MAC, windows)... in case of not installing globally, the "angular-cli" or any other package for that matter may exist in multiple folders where you installed them - you can delete the @angular/cli folders or do it the right way: "install node, go to folder, uninstall packages" Commented May 13, 2019 at 9:56

2 Answers 2

0

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.