0
votes

I am getting this error while trying to run 'npm run publish' as mentioned in the following link https://github.com/Azure/api-management-developer-portal/wiki/Self-hosting-the-portal

But no static index.html page generated in /dist/website folder

but I get the following error while npm run publish run

{ [Error: EEXIST: file already exists, mkdir 'C:\user\azure-dev-portal\api-management-developer-portal\dist\website\404'] errno: -4075, code: 'EEXIST', syscall: 'mkdir', path: 'C:\user\azure-dev-portal\api-management-developer-portal\dist\website\404' }

Help in this much appreciated. Thanks in advance

1

1 Answers

0
votes

Did you try to delete dist\website folder before run publishing?