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
Bug description I can't launch on linux arm64...
To Reproduce Steps to reproduce the behavior: launch the program on raspberry pi os arm64
Logs
node:internal/modules/cjs/loader:949 throw err; ^ Error: Cannot find module '/snapshot/WhatsAppToDiscord/out.js' at Module._resolveFilename (node:internal/modules/cjs/loader:946:15) at Function._resolveFilename (pkg/prelude/bootstrap.js:1951:46) at Module._load (node:internal/modules/cjs/loader:787:27) at Function.runMain (pkg/prelude/bootstrap.js:1979:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } Node.js v18.5.0
Platform
The text was updated successfully, but these errors were encountered:
Baileys requires NodeLTS, not 18, I think that is no longer supported. To switch to an updated repository on Debian is:
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh sudo -E bash nodesource_setup.sh sudo apt-get install -y nodejs
Also, try running it directly from the repo and not from the binary.
Sorry, something went wrong.
No branches or pull requests
Bug description
I can't launch on linux arm64...
To Reproduce
Steps to reproduce the behavior:
launch the program on raspberry pi os arm64
Logs
Platform
The text was updated successfully, but these errors were encountered: