You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As long as whatever is currently working with node-gyp is fine then we don't need to change it though we should add the fact that python is needed to build on here.
Just as a note if you make any commits referring relating to this issue make sure you reference the issue e.g. add #7 to add a reference to an issue. That way it adds to the issue logs here.
If you write something e.g. Fixes #8 it will auto close the issue ;)
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
andnode-gyp
should be installed globally andnode-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.
The text was updated successfully, but these errors were encountered: