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
This does just seem like something wrong with your puppeteer installation. Unfortunately, there's only so much with I can help on that front. You might have some luck googling for your error: I.e. puppeteer EACCES: permission denied, posix_spawn '/Applications/Google Chrome.app'
Outside of that though. I can see here that it seems like you're entering the url like this:
✔ Enter the Amazon base URL … www.amazon.com
Can you instead try entering the url with https:// at the start? I.e. as https://www.amazon.com?
It won't solve your puppeteer issue, but I suspect that will be the next issue you run into.
Have you done any modifications to the index.ts file to change the executablePath? This almost seems like you've pointed Puppeteer to an incorrect installation location of Chrome. I get the same error if I change the executablePath to an incorrect value.
If so, It's really hard for me to debug things I haven't written. If you've modified the script at all, unfortunately, you're likely going to be on your own for debugging.
However in this case, it does appear like you've maybe provide the wrong executable path. On a mac, the path should likely look like this: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
Please bear with me as I'm not well-versed in running things in CLI. What is causing the above error?
The text was updated successfully, but these errors were encountered: