Scrapoxy is a super proxy aggregator, allowing you to manage all proxies in one place 🎯, rather than spreading it across multiple scrapers 🕸️. It also smartly handles traffic routing 🔀 to minimize bans and increase success rates 🚀.
I got this notice when installing scrapoxy through Nodejs in Ubuntu:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
(node:4009) [DEP0056] DeprecationWarning: The util.isString API is deprecated. Please use typeof arg === "string" instead.
(Use node --trace-deprecation ... to show where the warning was created)
Expected Behavior
The installation ran successfully but that warning and deprecation should be fixed, by installing the lru-cache with command npm install lru-cache and npm install glob@latest would fix the deprecation. Do these issues come with scrapoxy or nodejs components themselves?
Steps to Reproduce
Install Scrapoxy using the Nodejs method as usual.
Current Behavior
I got this notice when installing scrapoxy through Nodejs in Ubuntu:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
(node:4009) [DEP0056] DeprecationWarning: Theutil.isString
API is deprecated. Please usetypeof arg === "string"
instead. (Usenode --trace-deprecation ...
to show where the warning was created)Expected Behavior
The installation ran successfully but that warning and deprecation should be fixed, by installing the
lru-cache
with commandnpm install lru-cache
andnpm install glob@latest
would fix the deprecation. Do these issues come with scrapoxy or nodejs components themselves?Steps to Reproduce
Failure Logs
No response
Scrapoxy Version
4.16.0
Custom Version
Deployment
Operating System
Storage
Additional Information
No response