steam-ts icon indicating copy to clipboard operation
steam-ts copied to clipboard

Error: Cannot find module 'steam-user'

Open jourambo opened this issue 1 year ago • 0 comments

Hello, I have tried to open it in linux and in windows and in both i get the same error. config.json is configured. I have followed the npm installation as indicated. I don't have much knowledge with npm but I think so far I did the steps indicated well. This is a log from my windows vm with nodejs v16.17.0 installed.

App started.

[email protected] start node lib/launch.js

node:internal/modules/cjs/loader:959 throw err; ^

Error: Cannot find module 'steam-user' Require stack:

  • C:\Users\rdr2server\Desktop\steam-ts-master\lib\launch.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Module.require (node:internal/modules/cjs/loader:1028:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (C:\Users\rdr2server\Desktop\steam-ts-master\lib\launch.js:2:17) at Module._compile (node:internal/modules/cjs/loader:1126:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10) at Module.load (node:internal/modules/cjs/loader:1004:32) at Function.Module._load (node:internal/modules/cjs/loader:839:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) { code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\Users\rdr2server\Desktop\steam-ts-master\lib\launch.js' ] }

WARNING: App closed or crashed, restarting.

jourambo avatar Aug 17 '22 18:08 jourambo