cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Delete temp folder windows fix #97

Closed lars-hakansson closed 4 years ago

lars-hakansson commented 4 years ago

Error on API generation from xxx.json: Error: ENOTEMPTY: directory not empty, rmdir 'xxx/api$' #94

Was actually an issue in rimraf: https://github.com/isaacs/rimraf/issues/25

Used a different approach that should work in windows: https://stackoverflow.com/questions/18052762/remove-directory-which-is-not-empty/32197381