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
The windows exe builds are currently failing with an odd error. I can't seem to find much information on it, though the error references the encryptedfs.js file.
[nix-shell:~/Repos/Polykey]$ electron-forge make --platform win32
✔ Checking your system
✔ Resolving Forge Config
We need to package your application before we can make it
✔ Preparing to Package Application for arch: x64
✔ Preparing native dependencies
✔ Packaging Application
Making for the following targets: zip, squirrel
✔ Making for target: zip - On platform: win32 - For arch: x64
✖ 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:
Attempting to build package from 'polykey.nuspec'.
lib/net45/resources/app/node_modules/encryptedfs/dist/encryptedfs.js
This partUri is already contained in the package
Error: Failed with exit code: 1
Output:
Attempting to build package from 'polykey.nuspec'.
lib/net45/resources/app/node_modules/encryptedfs/dist/encryptedfs.js
This partUri is already contained in the package
at ChildProcess.<anonymous> (/home/lucas/Repos/Polykey/node_modules/electron-winstaller/src/spawn-promise.ts:52:16)
at ChildProcess.emit (events.js:315:20)
at ChildProcess.EventEmitter.emit (domain.js:467:12)
at maybeClose (internal/child_process.js:1048:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
The text was updated successfully, but these errors were encountered:
Original Author: DrFacepalm
The windows
exe
builds are currently failing with an odd error. I can't seem to find much information on it, though the error references the encryptedfs.js file.The text was updated successfully, but these errors were encountered: