We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem after compiling the image and starting it, an error is returned that the module 'src/steam/currency' cannot be found:
'src/steam/currency'
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.
The text was updated successfully, but these errors were encountered:
fix: avoid baseUrl imports (#243)
162a58f
Apologies for the delay. gh doesn't seem to do its notification job very well. I just fixed this.
Sorry, something went wrong.
No branches or pull requests
The problem after compiling the image and starting it, an error is returned that the module
'src/steam/currency'
cannot be found:The text was updated successfully, but these errors were encountered: