You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
node:internal/modules/cjs/loader:959
throw err;
^
Error: Cannot find module 'steam-user'
Require stack:
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.
The text was updated successfully, but these errors were encountered: