You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue! Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.
Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.
I'm adding the blocked/need-repro label for this reason. After you make a test case, please link to it in a followup comment.
Thanks for reporting this issue! Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.
Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.
I'm adding the blocked/need-repro label for this reason. After you make a test case, please link to it in a followup comment.
Thanks in advance!
The code is the sample code of the official website, without any special code, only index.html and main.js files
Thanks for reporting this issue! Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.
Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.
I'm adding the blocked/need-repro label for this reason. After you make a test case, please link to it in a followup comment.
Thanks in advance!
The code is the sample code of the official website, without any special code, only index.html and main.js files
To fix this all you need to do is have a completely empty folder and run the command to create a template.
Pre-flight checklist
Electron Forge version
7.5.0
Electron version
33.2.0
Operating system
Windows 11 (24H2)
Last known working Electron Forge version
No response
Expected behavior
package.json:
"scripts": { "start": "electron-forge start", "package": "electron-forge package", "make": "electron-forge make" }, "devDependencies": { "@electron-forge/cli": "^7.5.0", "@electron-forge/maker-squirrel": "^7.5.0", "@electron-forge/plugin-auto-unpack-natives": "^7.5.0", "@electron-forge/plugin-fuses": "^7.5.0", "@electron/fuses": "^1.8.0", "electron-squirrel-startup": "^1.0.1", "electron": "^33.2.0" },
cmd run :
$=> npm run make
I expect can output make and **-win32-x64 normally.
Only the first time was a success, and the remaining dozens were failures
Actual behavior
Only output **-win32-x64 and error:
![Image](https://private-user-images.githubusercontent.com/154568250/388207825-7932d631-4d13-4593-8898-cec4cab8ab94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjgwODMsIm5iZiI6MTczOTE2Nzc4MywicGF0aCI6Ii8xNTQ1NjgyNTAvMzg4MjA3ODI1LTc5MzJkNjMxLTRkMTMtNDU5My04ODk4LWNlYzRjYWI4YWI5NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNjA5NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zOGZjYjk5MGZkOWNhNGVmMjliYTQwYzRkMjE5ZTNlNmI3MzEzMjhmNzY2MmJlMDg0YTI1NmYyODYwNzU4YzkxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Ot_YoBd-7y2SHXXKv0HFB5tIbAKP1tNcNZqYKj8p98g)
Thanks!
Steps to reproduce
run
npm run make
Additional information
No response
The text was updated successfully, but these errors were encountered: