Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with starting steam-trader_app. #243

Closed
wielorzeczownik opened this issue Nov 1, 2021 · 1 comment
Closed

Problem with starting steam-trader_app. #243

wielorzeczownik opened this issue Nov 1, 2021 · 1 comment

Comments

@wielorzeczownik
Copy link
Contributor

The problem after compiling the image and starting it, an error is returned that the module 'src/steam/currency' cannot be found:

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

Error: Cannot find module 'src/steam/currency'
Require stack:
- /usr/local/steam-trader/app/build/transactions/logic/calculatePrices.js
- /usr/local/steam-trader/app/build/transactions/logic/index.js
- /usr/local/steam-trader/app/build/transactions/processor.js
- /usr/local/steam-trader/app/build/accounts/account.js
- /usr/local/steam-trader/app/build/accounts/controller.js
- /usr/local/steam-trader/app/build/server/routes/users.js
- /usr/local/steam-trader/app/build/server/routes/index.js
- /usr/local/steam-trader/app/build/server/index.js
- /usr/local/steam-trader/app/build/server/socket/transport.js
- /usr/local/steam-trader/app/build/logger.js
- /usr/local/steam-trader/app/build/ads.js
- /usr/local/steam-trader/app/build/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/usr/local/steam-trader/app/build/transactions/logic/calculatePrices.js:1:437)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/local/steam-trader/app/build/transactions/logic/calculatePrices.js',
    '/usr/local/steam-trader/app/build/transactions/logic/index.js',
yarn run v1.22.5
$ node build/index.js
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    '/usr/local/steam-trader/app/build/transactions/processor.js',
    '/usr/local/steam-trader/app/build/accounts/account.js',
    '/usr/local/steam-trader/app/build/accounts/controller.js',
    '/usr/local/steam-trader/app/build/server/routes/users.js',
    '/usr/local/steam-trader/app/build/server/routes/index.js',
    '/usr/local/steam-trader/app/build/server/index.js',
    '/usr/local/steam-trader/app/build/server/socket/transport.js',
    '/usr/local/steam-trader/app/build/logger.js',
    '/usr/local/steam-trader/app/build/ads.js',
    '/usr/local/steam-trader/app/build/index.js'
  ]
}
error Command failed with exit code 1.
@arthurfiorette
Copy link
Owner

Apologies for the delay. gh doesn't seem to do its notification job very well. I just fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants