79154142

Date: 2024-11-04 03:41:31
Score: 1
Natty:
Report link

You can add the following line to your vite.config.ts file to resolve this issue-

fs.mkdirSync(baseFolder, { recursive: true });

Add this after the following statement-

const baseFolder =
env.APPDATA !== undefined && env.APPDATA !== ''
    ? `${env.APPDATA}/ASP.NET/https`
    : `${env.HOME}/.aspnet/https`;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tahmid