Need help testing the one-click-installation in Talawa Admin

Tested the Windows one-click installation from the latest repo. It did not run initially failing immediately with syntax errors due to encoding.
I had to apply two fixes to get it to run successfully:
  1. Saved as UTF-8-BOM: Required because emojis were choking PowerShell.
  2. Added $LASTEXITCODE check : The original script kept saying “Installation complete” even when install-deps failed.
Only after these fixes did the script run successfully.
 
Back
Top