cyclosproject / ng-openapi-gen

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

Error: ENOTEMPTY: directory not empty, rmdir './**/*' #56

Closed shorielov-is closed 4 years ago

shorielov-is commented 4 years ago

I get an error after the successful generation of the API. Error on API generation from https://localhost:5002/swagger/v1/swagger.json: Error: ENOTEMPTY: directory not empty, rmdir './src/app/core/api$'

I think it's because you are using the fs-extra package.

image

luisfpg commented 4 years ago

Changing to rimraf in version 0.7.1 to fix this.