mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Add info about the rebuild-node-pty script
This commit is contained in:
parent
4dca2407fb
commit
28e7e8e75c
2 changed files with 8 additions and 14 deletions
|
|
@ -45,8 +45,7 @@ After that, you'll see the binary in the `./dist` folder!
|
||||||
### node-pty issues
|
### node-pty issues
|
||||||
|
|
||||||
If after building during development you get an alert dialog related to `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
|
make sure its build process is working correctly by running `npm run rebuild-node-pty`.
|
||||||
the `app` directory.
|
|
||||||
|
|
||||||
If you're on macOS, this typically is related to Xcode issues (like not having agreed
|
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).
|
to the Terms of Service by running `sudo xcodebuild` after a fresh Xcode installation).
|
||||||
|
|
|
||||||
|
|
@ -133,10 +133,6 @@ execa@^0.4.0:
|
||||||
path-key "^1.0.0"
|
path-key "^1.0.0"
|
||||||
strip-eof "^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:
|
file-uri-to-path@0.0.2:
|
||||||
version "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"
|
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"
|
version "0.7.2"
|
||||||
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
|
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
|
||||||
|
|
||||||
nan@2.2.1:
|
nan@2.5.0:
|
||||||
version "2.2.1"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.2.1.tgz#d68693f6b34bb41d66bc68b3a4f9defc79d7149b"
|
resolved "https://registry.yarnpkg.com/nan/-/nan-2.5.0.tgz#aa8f1e34531d807e9e27755b234b4a6ec0c152a8"
|
||||||
|
|
||||||
node-fetch@1.6.3:
|
node-fetch@1.6.3:
|
||||||
version "1.6.3"
|
version "1.6.3"
|
||||||
|
|
@ -267,12 +263,11 @@ node-fetch@1.6.3:
|
||||||
encoding "^0.1.11"
|
encoding "^0.1.11"
|
||||||
is-stream "^1.0.1"
|
is-stream "^1.0.1"
|
||||||
|
|
||||||
node-pty@0.6.0:
|
node-pty@0.6.2:
|
||||||
version "0.6.0"
|
version "0.6.2"
|
||||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.0.tgz#6bb7e58e871b903773595e9ca393c07d077b1ca5"
|
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.2.tgz#d990a447926bbf59b80242c8ae4a85c232040a0c"
|
||||||
dependencies:
|
dependencies:
|
||||||
extend "~1.2.1"
|
nan "2.5.0"
|
||||||
nan "2.2.1"
|
|
||||||
|
|
||||||
npm-run-path@^1.0.0:
|
npm-run-path@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue