node streaming
/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/shared.js:18
throw err;
^
Java, Perl, Ruby, all languages I am unfamiliar with so I do not know how to fix. This is running
under Ubuntu 20.04.
Error: Cannot find module ‘…/dist/bindings/cws_linux_83’
Require stack:
- /misc/www/mastodon/live/node_modules/@clusterws/cws/dist/shared.js
- /misc/www/mastodon/live/node_modules/@clusterws/cws/dist/server.js
- /misc/www/mastodon/live/node_modules/@clusterws/cws/dist/client.js
- /misc/www/mastodon/live/node_modules/@clusterws/cws/dist/index.js
- /misc/www/mastodon/live/streaming/index.js check ‘./node_modules/@clusterws/cws/build_log.txt’ for post install build logs
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:893:15)
at Function.Module._load (internal/modules/cjs/loader.js:743:27)
at Module.require (internal/modules/cjs/loader.js:965:19)
at require (internal/modules/cjs/helpers.js:88:18)
at /misc/www/mastodon/live/node_modules/@clusterws/cws/dist/shared.js:14:16
at Object. (/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/shared.js:20:3)
at Module._compile (internal/modules/cjs/loader.js:1076:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1097:10)
at Module.load (internal/modules/cjs/loader.js:941:32)
at Function.Module._load (internal/modules/cjs/loader.js:782:14) {
code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/shared.js’,
‘/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/server.js’,
‘/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/client.js’,
‘/misc/www/mastodon/live/node_modules/@clusterws/cws/dist/index.js’,
‘/misc/www/mastodon/live/streaming/index.js’
]
}