Fresh Windows 11 installation and getting the error below when attempting to install Elixir via PowerShell script. Pretty sure I missed
PS C:\installs> .\install.bat elixir@1.17.3 otp@27.1.2
checking OTP… Could not load module C:\Users\wojtek\otp\erts-15.1.2\bin\erlexec.dll.
I have no such user “wojtek” on my system. @wojtekmach
I bet you have a %USERPROFILE%\.elixir-installs\installs\otp\27.1.2\bin\erl.ini file that SHOULD NOT be there and it might have been a leftover from previous attempts at this. Remove it and it should work. If you only ever used the latest install script that’s a problem.