We aim to support building on Windows, but rarely test it - so if these instructions don't work, or if you can think of ways to improve the situation on Windows, contributions would be highly welcome!
For now, you will have to make a few manual preparations:
- Open cmd with administrator privileges (Right click on cmd -> run as administrator).
- Set your current working directory to this one:
cd path\to\polyPod\dev-utils\windows
. - Run
node convert-symlinks.js
. - Now you can go back to the polyPod root folder (
cd ../..
) and runnode build.js
.