I am trying to test a custom widget deployment in ArcGIS Enterprise 11.1
Node version: 16.20.2 and EB version 1.10
Created a sample widget locally and published it. Functionality works as expected.
When trying to download the zip file, it is not working. The error I see in the server folder command prompt is:
[Error: EPERM: operation not permitted, rmdir 'C:\Temp\Apps\EB10\server\temp\1\cdn\1\assets'] {
errno: -4048,
code: 'EPERM',
syscall: 'rmdir',
path: 'C:\\Temp\\Apps\\EB10\\server\\temp\\1\\cdn\\1\\assets'
}
Any idea what this is and how to solve it?
Thanks in advance