aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

Cant package, says "cannot read properteis of undefined (reading 'info')" #45

Open Henry-Turtle opened 1 year ago

Henry-Turtle commented 1 year ago

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:

ELECTRON4PHP@1.0.0 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?

aj-techsoul commented 1 year ago

Hey @Henry-Turtle Did you find the solution.