Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(install): Add -UseBasicParsing to Windows installer
I tried installing on Windows and got the following error: `Invoke-WebRequest : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first launch configuration is not complete. Specify the UseBasicParsing parameter and try again.` This commit fixes that.
- Loading branch information