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
docker run anypay/wallet-bot new_wallet > wallet-bot.json
Results in the following output:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
node:internal/modules/cjs/loader:998
throw err;
^
Error: Cannot find module '/usr/src/app/new_wallet'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
at Function.Module._load (node:internal/modules/cjs/loader:841:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
The text was updated successfully, but these errors were encountered:
Running the command
docker run anypay/wallet-bot new_wallet > wallet-bot.json
Results in the following output:
The text was updated successfully, but these errors were encountered: