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
When installing puppeteer-extra-plugin-stealth and its dependencies in my project, I encountered the following deprecation warnings:
[email protected] is no longer supported (please upgrade to rimraf@4 or later).
[email protected] is no longer supported (please upgrade to glob@9 or later).
These warnings may cause compatibility issues with other packages and indicate outdated dependencies in the puppeteer-extra-plugin-user-data-dir plugin.
How to reproduce:
Run the following installation command in a Node.js project:
npm install puppeteer-extra-plugin-stealth
Observe the deprecation warnings in the console.
Code snippet:
npm install puppeteer-extra-plugin-stealth
Dependency Tree:
Here’s the dependency tree that shows the outdated versions of rimraf and glob:
When installing
puppeteer-extra-plugin-stealth
and its dependencies in my project, I encountered the following deprecation warnings:[email protected]
is no longer supported (please upgrade torimraf@4
or later).[email protected]
is no longer supported (please upgrade toglob@9
or later).These warnings may cause compatibility issues with other packages and indicate outdated dependencies in the
puppeteer-extra-plugin-user-data-dir
plugin.How to reproduce:
Code snippet:
Dependency Tree:
Here’s the dependency tree that shows the outdated versions of
rimraf
andglob
:Versions:
npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*)'
The text was updated successfully, but these errors were encountered: