1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Update readme.md

This commit is contained in:
Michael Shanks 2019-10-11 08:45:38 +00:00 committed by GitHub
parent aee554383c
commit 69137f31ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,10 @@ Install requires [node-gyp](https://github.com/nodejs/node-gyp), due to a depend
### 1. Prerequisites
*nodegyp - Windows -* `npm install --global --production windows-build-tools`
if you have problems, this might help: https://github.com/nodejs/node-gyp/issues/1278
*nodegyp - Ubuntu (same for Mac ?)* `sudo apt-get install build-essentials`
*nodegyp -*
- Windows - https://github.com/nodejs/node-gyp#on-windows
- Ubuntu `sudo apt-get install build-essentials`
- Mac: https://github.com/nodejs/node-gyp#on-macos
*yarn -* `npm install -g yarn`