Make sure that the the README.md build instructions will build the project successfully.
When I tried to build the restructure git with yarn but I had multiple problems.
I found that Python 2.7 and node-gyp should be installed globally and node-gyp should have the version 5.0.3 (Probably?)
robotjs also require that a native compiler is present on the computer.
We need to make sure this project builds on any machine and if not tell that it does not build.
Make sure that the the README.md build instructions will build the project successfully.
When I tried to build the restructure git with
yarnbut I had multiple problems.I found that
Python 2.7andnode-gypshould be installed globally andnode-gypshould have the version 5.0.3 (Probably?)robotjsalso require that a native compiler is present on the computer.We need to make sure this project builds on any machine and if not tell that it does not build.