Remove node_modules folder with powershell on windows

1
2
# USAGE ##########################
# Copy-paste into new file rdel.ps1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

2 Responses

You could just simply do `npm install rimraf` and then `rimraf nameofproject`.
Yes! I know :)

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.