Replies: 5 comments
-
same here |
Beta Was this translation helpful? Give feedback.
-
I get also error but a different one: `TSError: ⨯ Unable to compile TypeScript:
` Do I need to download separately discord.js? |
Beta Was this translation helpful? Give feedback.
-
I did download and it worked: npm install discord.js |
Beta Was this translation helpful? Give feedback.
-
This worked for me too |
Beta Was this translation helpful? Give feedback.
-
Try to delete node_modules folder inside the project folder, and then reinstall with |
Beta Was this translation helpful? Give feedback.
-
I get this message when I start it
{
"stack": "Error: Could not find browser revision 818858. Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary.\n at ChromeLauncher.launch (C:\streetmerchant\node_modules\puppeteer\lib\cjs\puppeteer\node\Launcher.js:79:23)\n at async PuppeteerExtra.launch (C:\streetmerchant\node_modules\puppeteer-extra\dist\index.cjs.js:129:25)\n at async main (C:\streetmerchant\build\index.js:36:15)\n at async Timeout.loopMain [as _onTimeout] (C:\streetmerchant\build\index.js:72:9)"
how can I solve that
Beta Was this translation helpful? Give feedback.
All reactions