Skip to content

Known: node-pty fails to compile on Windows without Visual Studio Build Tools #1

@Scorpiozz

Description

@Scorpiozz

What

The command center depends on node-pty, which is a native module. On Windows, it requires Visual Studio Build Tools to compile during npm install. Without them, install fails with cryptic errors.

Workaround

Install Visual Studio Build Tools:

Then re-run npm install.

See TROUBLESHOOTING.md for full Windows install guide.

Long-term fix

We could ship prebuilt binaries via node-pty-prebuilt-multiarch or switch to a different PTY library. PRs welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    installInstallation relatedknown-issueA known limitation we've documented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions