Skip to content

Error creating folder in Windows #12

@Kal-Aster

Description

@Kal-Aster

When running npx openapi with only the input file in the config file, it throws error saying that folder already exists. I noticed that it doesn't throw when I change execSync(`mkdir -p ${pathOutputDir}`); to execSync(`mkdir ${pathOutputDir}`); so I think that's a problem with the option, since I'm working on Windows...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions