From ea8a32d1154a3ddd5bd0531ef8bd86ed7ec61321 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 6 Jan 2017 18:14:52 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5a8993d8..0fb7c14b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,15 @@ $ npm run pack After that, you'll see the binary in the `./dist` folder! +### pty.js issues + +If after building during development you get an alert dialog related to `pty.js` issues, +make sure its build process is working correctly by running `npm rebuild` manually inside +the `app` directory. + +If you're on macOS, this typically is related to Xcode issues (like not having agreed +to the Terms of Service by running `sudo xcodebuild` after a fresh Xcode installation). + ## Related Repositories - [Art](https://github.com/zeit/art/tree/master/hyper)