Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Trying to install Kaetram-Open

A topic by stadham created Apr 17, 2020 Views: 440 Replies: 3
Viewing posts 1 to 4

Hi,

I am having some problems trying to install Kaetram-Open on my Linux box. 

Giving  me errors below:

Randy

├── @discordjs/opus@0.1.0  extraneous
├── bufferutil@4.0.1  extraneous
├── UNMET PEER DEPENDENCY erlpack@0.1.3 extraneous
├── libsodium-wrappers@0.7.6  extraneous
├── node-opus@0.3.3  extraneous
├── opusscript@0.0.7  extraneous
├── UNMET PEER DEPENDENCY sodium@^3.0.2
├── utf-8-validate@5.0.2  extraneous
└── zlib-sync@0.1.6  extraneous
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.12
npm WARN discord.js@12.1.1 requires a peer of erlpack@discordapp/erlpack but none was installed.
npm WARN discord.js@12.1.1 requires a peer of sodium@^3.0.2 but none was installed.
npm WARN prism-media@1.2.1 requires a peer of ffmpeg-static@^2.4.0 || ^3.0.0 but none was installed.
npm WARN prism-media@1.2.1 requires a peer of opusscript@^0.0.6 but none was installed.
stadham@stadham:~/Kaetram-Open$

Developer

I don't see any errors, those just seem like normal `npm install -d` warnings. Can you run the server using `npm start`?

Here is my CLI output

stadham@stadham:~/Kaetram-Open$ npm start

> kaetram@1.2.0 start /home/stadham/Kaetram-Open

> node server/js/main

internal/modules/cjs/loader.js:1173

  return process.dlopen(module, path.toNamespacedPath(filename));

                 ^

Error: The module '/home/stadham/Kaetram-Open/node_modules/bcrypt/lib/binding/bcrypt_lib.node'

was compiled against a different Node.js version using

NODE_MODULE_VERSION 57. This version of Node.js requires

NODE_MODULE_VERSION 79. Please try re-compiling or re-installing

<span class="s1" <the="" module="" (for="" instance,="" using="" `npm="" rebuild`="" or="" install`).<="" span=""></span>

>span class="s1">    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1173:18)

    at Module.load (internal/modules/cjs/loader.js:972:32)

    at Function.Module._load (internal/modules/cjs/loader.js:872:14)

    at Module.require (internal/modules/cjs/loader.js:1012:19)

    at require (internal/modules/cjs/helpers.js:72:18)

    at Object.<anonymous> (/home/stadham/Kaetram-Open/node_modules/bcrypt/bcrypt.js:6:16)

    at Module._compile (internal/modules/cjs/loader.js:1123:30)

    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

    at Module.load (internal/modules/cjs/loader.js:972:32)

    at Function.Module._load (internal/modules/cjs/loader.js:872:14)

npm ERR! code ELIFECYCLE

npm ERR! errno 1

npm ERR! kaetram@1.2.0 start: `node server/js/main`

npm ERR! Exit status 1

npm ERR!

npm ERR! Failed at the kaetram@1.2.0 start script.

npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

npm ERR!     /home/stadham/.npm/_logs/2020-04-18T01_10_44_116Z-debug.log

Developer

Seems like your NodeJS version is outdated.