1

I am using Angular V2.

I setup a project using:

ng new PROJECT_NAME
cd PROJECT_NAME
ng serve

How do I delete the whole Angular project I setup via the command line (am on ubuntu).

Thanks

1
  • if you are asking how to remove a directory, the Q should go to super user. and I am 200% sure it is duplicated there. Commented Jun 21, 2016 at 15:44

1 Answer 1

4

This is more of a bash than an angular question.

cd ..
rm -fr PROJECT_NAME
Sign up to request clarification or add additional context in comments.

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.