如何在Windows计算机上运行此命令:
HOME=~/.electron-gyp node-gyp rebuild --target=1.2.3 --arch=x64 --dist-url=https://electronjs.org/headers```
I want to achieve something like this:
```cd /path-to-module/
C:\Users\T-Bills\.electron-gyp node-gyp rebuild --target=1.2.3 --arch=x64 --dist-url=https://electronjs.org/headers```