mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
parent
debbfa1553
commit
6d99a6df31
1 changed files with 4 additions and 2 deletions
|
|
@ -44,7 +44,9 @@ yarn run dist
|
|||
|
||||
After that, you'll see the binary in the `./dist` folder!
|
||||
|
||||
### node-pty issues
|
||||
#### Known issues that can happen during development
|
||||
|
||||
##### Error building `node-pty`
|
||||
|
||||
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 `yarn run rebuild-node-pty`.
|
||||
|
|
@ -52,7 +54,7 @@ make sure its build process is working correctly by running `yarn run rebuild-no
|
|||
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).
|
||||
|
||||
### Error with `codesign` on macOS when running `yarn run dist`
|
||||
##### Error with `codesign` on macOS when running `yarn run dist`
|
||||
|
||||
If you have issues in the `codesign` step when running `yarn run dist` on macOS, you can temporarily disable code signing locally by setting
|
||||
`export CSC_IDENTITY_AUTO_DISCOVERY=false` for the current terminal session.
|
||||
|
|
|
|||
Loading…
Reference in a new issue