Skip to content

Issue with node 14 #7

Open
Open
@f-lehmann-gmx-de

Description

@f-lehmann-gmx-de

When you exchange your project to node 14 and latest grunt version and you use grunt-mkdir, in that case you have to set the mode. Without the mode the system is not able to create the directories.
Looks like with node 14 the umask is not per default 0700.
eg. which is working in your code

            options: {
                mode: 0777,   <====== required now but the number can be different e.g. 0700...
                create: ['./tmp/a']
            }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions