When I tried to Install node dependencies again I got the below error. I deleted the node modules folder and installed again and it installed correctly but I want to know why this error has occurred. Please help me on this.
D-4417845 MINGW64 /d/Project_Worksapce/angular2-reddit-master/angular2-reddit-master $ npm install
[email protected] D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master
npm ERR! Windows_NT 10.0.14393 npm ERR! argv "D:\Node\node.exe" "D:\Node\node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v6.10.1 npm ERR! npm v3.10.10 npm ERR! path D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules.staging\angular2-751451fd npm ERR! code EPERM npm ERR! errno -4048 npm ERR! syscall rename
npm ERR! Error: EPERM: operation not permitted, rename 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules.staging\angular2-751451fd' -> 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules\angular2' npm ERR! at destStatted (D:\Node\node_modules\npm\lib\install\action\finalize.js:25:7) npm ERR! at D:\Node\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 npm ERR! at FSReqWrap.oncomplete (fs.js:123:15) npm ERR! npm ERR! Error: EPERM: operation not permitted, rename 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules.staging\angular2-751451fd' -> 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules\angular2' npm ERR! at Error (native) npm ERR! { Error: EPERM: operation not permitted, rename 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules.staging\angular2-751451fd' -> 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules\angular2' npm ERR! at destStatted (D:\Node\node_modules\npm\lib\install\action\finalize.js:25:7) npm ERR! at D:\Node\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 npm ERR! at FSReqWrap.oncomplete (fs.js:123:15) npm ERR! npm ERR! Error: EPERM: operation not permitted, rename 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules.staging\angular2-751451fd' -> 'D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\node_modules\angular2' npm ERR! at Error (native) parent: 'ng-book2-reddit' } npm ERR! npm ERR! Please try running this command again as root/Administrator.
npm ERR! Please include the following file with any support request: npm ERR! D:\Project_Worksapce\angular2-reddit-master\angular2-reddit-master\npm-debug.log