tyk无法在Windows上构建

I am trying to build tyk on windows. I am getting error.

..\..\pkg\modsc.io\letsencrypt@v0.0.1\lets.go:269:9: undefined: acme.RegistrationResource

This is due RegistrationResource struct is missing in lego\acme. I can see this is due to incompatibility between letsencrypt and lego.

Is there anything which I can try out?

Tyk is not designed to be run on windows at all. If you need to use it on a windows system I would recommend installing in docker or a unix based VM.

https://tyk.io/docs/get-started/with-tyk-on-premise/installation/docker/

Thanks Josh