mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
pty.js => node-pty
This commit is contained in:
parent
2958f4444f
commit
d316592d8f
1 changed files with 3 additions and 3 deletions
|
|
@ -42,10 +42,10 @@ npm run dist
|
|||
|
||||
After that, you'll see the binary in the `./dist` folder!
|
||||
|
||||
### pty.js issues
|
||||
### node-pty 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
|
||||
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.
|
||||
|
||||
If you're on macOS, this typically is related to Xcode issues (like not having agreed
|
||||
|
|
|
|||
Loading…
Reference in a new issue