I am currently trying to create the executable via this command "npm run make" except that it shows me the error : `
✖ Making for target: squirrel - On platform: win32 - For arch: x64
An unhandled error has occurred inside Forge:
An error occured while making for target: squirrel
Failed with exit code: 1
Output:
Tentative de cr�ation du package depuis 'dashboard.nuspec'.
Description is required.
Error: Failed with exit code: 1
Output:
Tentative de cr�ation du package depuis 'dashboard.nuspec'.
Description is required.
at ChildProcess.<anonymous> (C:\Users\cantr\Desktop\Stage ingénieur KOMILFO SPORT\Sail Vision\Dashboard\node_modules\electron-winstaller\lib\spawn-promise.js:49:24)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5)
`
I would like to know how to solve this error ?
Regards