Skip to content

Dependencies broken when JX packaging in Windows #5

Description

@PhilTee

I've noticed that the npm package for websockify will no longer compile to a working Windows binary when using JXcore.
It seems that the ws npm package has recently been updated from 1.1.1 to 2.0.2, and this seems to break websockify.

I appreciate that this is an edge case, but was wondering if it was worth amending the dependencies in package.json from"ws": ">=0.4.27" to maybe "ws": "~1.1.1"?

For information, I was building the Windows binary as follows:
jx package websockify\websockify.js websockify_x86 --native

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions