mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
521 B
521 B
Troubleshooting
What it does
Quick fixes for common problems.
How to use
- If a run fails, rerun with
npm startafter closing all browser windows. - If builds fail, delete
node_modulesanddist, then runnpm installfollowed bynpm run build. - Ensure
DISCORD_WEBHOOK_URLis set if you expect alerts. - Check that
accounts.jsonchas valid emails and passwords.
Example
npx rimraf node_modules dist
npm install
npm run build
npm start