Hi Mark,
During the build process on our Windows Jenkins runs into build errors as it cannot delete the following files as they are called nul which is a reserved word in the Win32 NTFS:
myProject\node_modules\datamaps\src\js\data\nul.json
myProject\node_modules\datamaps\src\js\data\nul.topo.json
We need to keep manually deleting these files in order for our build process to continue. Can something be done about this so we don't continually run into this issue?
Thanks,
Liam
Hi Mark,
During the build process on our Windows Jenkins runs into build errors as it cannot delete the following files as they are called nul which is a reserved word in the Win32 NTFS:
myProject\node_modules\datamaps\src\js\data\nul.json
myProject\node_modules\datamaps\src\js\data\nul.topo.json
We need to keep manually deleting these files in order for our build process to continue. Can something be done about this so we don't continually run into this issue?
Thanks,
Liam