Open bynatejones opened 4 years ago
Hi, Thank you for the feedback. Our Windows support is not full but we're aiming to cover more. The tool is definitely maintained though. This particular issue might be related to the dependencies around vendoring, which we're going to address by moving Starter to go modules. Stay tuned!
Sweet, thanks for getting back to me. I'll keep watching this repo for those updates!
Starter is now using Go modules which should help with build dependencies.
Trying to install Starter 1.4.3 on a Windows 10 machine. I downloaded the latest .exe and ran it, but that seemed to only install the template files to '.starter', and I wasn't able to use the 'starter' command in PowerShell even after a restart, so I downloaded the 1.4.3 source code and tried to build with
docker-compose up
, but it's failing on a dependency I believe. Here's the CLI output:Any idea how to fix this so I can successfully build and use Starter? Appreciate the help and the open source tech!