Updated build requirements documentation#916
Conversation
|
@achou11 Please kindly review this simple PR |
|
|
||
| * A OSX, gnu/Linux, Windows OS (64bit) computer with plenty of disk space and multi-core CPU for faster builds. | ||
| * Node 12 (<=12.16.3) | ||
| * NPM (Node Package Manager) or Yarn |
There was a problem hiding this comment.
wondering if it's worth mentioning the versions of npm and yarn here. For npm, I know that Node@12 comes with npm@6 by default (latest stable is 8 – not even sure if it's compatible with Node@12). Haven't tried using yarn in this repo but my guess is that only yarn 1 will work
There was a problem hiding this comment.
Will need to check with @gmaclennan Last year we did transition from npm to yarn workspaces.
|
|
||
| ### Build Requirements | ||
|
|
||
| For many development tasks you will also need the Android SDK installed to build Node.js for Android. |
There was a problem hiding this comment.
may be worth highlighting that some of these tools overlap with the react native setup (https://reactnative.dev/docs/0.66/environment-setup)
Co-authored-by: Andrew Chou <andrewchou@fastmail.com>
|
On-Hold till EAS build stuff lands. |
Updated basic requirements in contribution document.