omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.16k stars 104 forks source link

Node version error #68

Closed AldoBre closed 1 month ago

AldoBre commented 4 months ago

I was testing Botsaurus with stealth driver but I receive this error in the console.

"Your Node.js version is 12, which is less than 16. To use the stealth and auth proxy features of Botasaurus, you need Node.js 16, Kindly install it by visiting https://nodejs.org/. An exception has occurred, use %tb to see the full traceback.".

This occurs even with the examples below. My node version is 20.11, I tried using other versions using NVM but the error persists. Can you tell me to help?

Chetan11-dev commented 4 months ago

try running "node -v", and let me know the version.