Skip to content

Error: Cannot find module '../dist/bindings/cws_linux_83' #53

Description

@taylordwright44

I actually already have the fix for this, I'm just too lazy to use git so I figured I'd leave a comment.

One of the dependencies, clusterws (cws) deprecated versions 1 and 2 of their package and they no longer work with node versions above 14 (the latest lts is 14 something and the latest is on 16 now). Net64's server uses version 1. To fix this edit package.json and go down to dependencies.

Where you see "@clusterws/cws": "^1"

Change this to

"@clusterws/cws": "3.0.0"

Then run yarn install and it will update it. I've tested it and version 3.0.0 works with the the latest lts (14) and will allow you to keep your node up to date without having to downgrade to 13 or lower.

If the admin sees this you could test it and update package.json's cws to 3.0.0. Again, I'm too lazy to make use git.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions