i used yeoman to scaffolding angular project structure, but now i have problem to remove all contents under the root folder, there's this "node_modules" folder, i can't delete it. My OS is win7, does anybody know how to delete the project completely?
相关问题
- Calling a yeoman generator after a generator has f
- How i can use yeoman to work with Sass files?
- Couldn't find the 'yo' binary. Make su
- How to generate unit tests from a JS module automa
- ui-router not rendering views
相关文章
- How to ignore files in Yeoman with fs.copyTpl
- Getting error while scaffolding angular app
- Development mode for AngularJS using GruntJS
- grunt serve from a fresh Yeoman install returns -
- gulp typescript throws error TS2300: Duplicate ide
- How to install latest unstable AngularJS component
- How do I tell Grunt to NOT minify or concatenate j
- Font-awesome not working with yeoman generator pus
This can be easily accomplished using the in-built Windows tool called robocopy which basically clones one directory into another. Create a new empty directory in the same location and use robocopy as shown below.
Use this tool is a java tool no install requiered and it works perfect
PathToLongLinkSoftware
Create a mapping to a drive letter.
Then go to x: and delete the files (they now have a smaller path)
Next delete the mapping
I encountered this same issue when I tried to remove a node based application on my own Windows 7 box. I used this tool to remove the folder.
http://www.osmstudios.com/projects/path-too-long
Its written in Java so that is the only requirement. Its free and open source.
https://github.com/DawsonG/PathTooLong
if you have winrar installed in your pc then right click your app folder, click 'add to archive' option then tick the 'delete files after archiving', then delete the archived file. :)
When try to delete, windows prompt a dialog saying: the folder contains items whose name is too long for recycle bin. Win7 can't handle this, you can use 7-zip's file manager to delete them.