Skip to content
Sign UpLog In
Profile icon

[AndiMirza]VisceralWheat10

@mirzabhakti
Repls
Community
mirzabhakti
mirzabhakti
shared a Post
2 years ago
(puppeteer) Timed out after 30000 ms while trying to connect to the browser
I'm trying to make an api to purchase an item on a website. I'm currently using puppeteer v5.5.0, I was able to make this works, but after restarting
RYANTADIPARTHI
RYANTADIPARTHI
seems like it is taking too long. copy and paste all your code to another repl, or shorten your code. try either one of them.2 years ago
mirzabhakti
mirzabhakti
shared a Post
3 years ago
Im trying to build a discord bot recently. I tried to install the new discord.js version but i need to change the node version to 12 or higher. Tried
Coder100
Coder100
You can install it. Hit ctrl+shift+s: npm i node What you are looking for is npm as well, so: npm i node npm isn't that just beautiful :D and for your package.json: { "...": "...", "dependencies": { "node": "latest", "npm": "latest" }, "...": "..." } `3 years ago