Failed to clean directory --EPERM: operation not permitted
Asked
Active
Viewed 723 times
0

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 Answers
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