From 28e7e8e75cf577e527f5cc6ae205a7348174ac7f Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Tue, 31 Jan 2017 10:37:39 -0200 Subject: [PATCH] Add info about the `rebuild-node-pty` script --- README.md | 3 +-- app/yarn.lock | 19 +++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c4ddf074..48112ab9 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ After that, you'll see the binary in the `./dist` folder! ### node-pty issues If after building during development you get an alert dialog related to `node-pty` issues, -make sure its build process is working correctly by running `npm rebuild` manually inside -the `app` directory. +make sure its build process is working correctly by running `npm run rebuild-node-pty`. 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). diff --git a/app/yarn.lock b/app/yarn.lock index ce5a2d58..3be94bb8 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -133,10 +133,6 @@ execa@^0.4.0: path-key "^1.0.0" strip-eof "^1.0.0" -extend@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/extend/-/extend-1.2.1.tgz#a0f5fd6cfc83a5fe49ef698d60ec8a624dd4576c" - file-uri-to-path@0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-0.0.2.tgz#37cdd1b5b905404b3f05e1b23645be694ff70f82" @@ -256,9 +252,9 @@ ms@0.7.2: version "0.7.2" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" -nan@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.2.1.tgz#d68693f6b34bb41d66bc68b3a4f9defc79d7149b" +nan@2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.5.0.tgz#aa8f1e34531d807e9e27755b234b4a6ec0c152a8" node-fetch@1.6.3: version "1.6.3" @@ -267,12 +263,11 @@ node-fetch@1.6.3: encoding "^0.1.11" is-stream "^1.0.1" -node-pty@0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.0.tgz#6bb7e58e871b903773595e9ca393c07d077b1ca5" +node-pty@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.2.tgz#d990a447926bbf59b80242c8ae4a85c232040a0c" dependencies: - extend "~1.2.1" - nan "2.2.1" + nan "2.5.0" npm-run-path@^1.0.0: version "1.0.0"