Running n8n on windows

I’ve followed all the instructions on your site to run on windows by installing n8n globally. I can’t get the installer to work because of the node_gyp dependency. This is a known problem with this module running on windows and i’ve tried every workaround I can find online for this with no success. I therefore checked out the code and tried to run locally using npm run start. This also fails with an error:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! n8n@ start:windows: cd packages/cli/bin && n8n
npm ERR! Exit status 1
npm ERR!

So my question is do you genuinely support running on windows ?