We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run 'npm run package-win' or any of the othres, I get the error, cannot read propertie of undefined (reading 'info')
full output:
[email protected] package-win electron-packager . electron-tutorial-app --overwrite --no-asar --platform=win32 --arch=ia32 --icon=icons/logo.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName="Electron Tutorial App" Packaging app for platform win32 ia32 using electron v22.0.0 Cannot read properties of undefined (reading 'info')
This was working for me last night, but I came back in the morning and now it isn't. Why?
The text was updated successfully, but these errors were encountered:
Hey @Henry-Turtle Did you find the solution.
Sorry, something went wrong.
No branches or pull requests
When I try to run 'npm run package-win' or any of the othres, I get the error,
cannot read propertie of undefined (reading 'info')
full output:
This was working for me last night, but I came back in the morning and now it isn't. Why?
The text was updated successfully, but these errors were encountered: