Open
Description
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
Labels
No labels