Skip to content

chore(bridge): bump node-pty to ^1.1.0 for Windows prebuilds#3

Open
CommsConnectgmbh wants to merge 1 commit into
mainfrom
chore/bump-node-pty-1.1
Open

chore(bridge): bump node-pty to ^1.1.0 for Windows prebuilds#3
CommsConnectgmbh wants to merge 1 commit into
mainfrom
chore/bump-node-pty-1.1

Conversation

@CommsConnectgmbh

Copy link
Copy Markdown
Owner

Summary

node-pty@1.0.0 does not ship prebuilt binaries for win32-x64 and fails to compile against modern MSVC (Spectre-mitigation errors, missing PFNCREATEPSEUDOCONSOLE). 1.1.0 ships prebuilds for win32-x64, so Windows installs work without a C++ toolchain.

No API changes between 1.0.0 and 1.1.0 that we use — pty.spawn(...) signature is unchanged.

Refs #1.

Test plan

  • npm install in bridge/ on Windows succeeds without invoking node-gyp.
  • Bridge starts and PTY sessions work on macOS as before.

node-pty@1.0.0 has no prebuilt binaries for win32-x64 and fails to
compile against modern MSVC (Spectre-mitigation errors, missing
PFNCREATEPSEUDOCONSOLE). 1.1.0 ships prebuilds for win32-x64, so
Windows installs work without a C++ toolchain.

Refs #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant