0

Failed to clean directory --EPERM: operation not permitted

https://i.stack.imgur.com/zvvN4.jpg

Swapnil Patwa
  • 4,069
  • 3
  • 25
  • 37
sabari
  • 11
  • 4
  • This issue was faced while running 'ionic cordova run android' Error: Failed to clean directory C:\Users\Admin\Sample_app_debug\www\build - EPERM: operation not permitted. Any answer? – sabari Jul 26 '17 at 11:26

1 Answers1

0

I had the same problem working for android.

This was the solution that worked for me:

ionic cordova platform rm android
ionic cordova platform android
SomeGuyOnAComputer
  • 5,414
  • 6
  • 40
  • 72