Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported #1900

Closed
1 task done
smenaquispe opened this issue Jan 4, 2023 · 11 comments
Closed
1 task done

deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported #1900

smenaquispe opened this issue Jan 4, 2023 · 11 comments
Labels
bug Something isn't working

Comments

@smenaquispe
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I have an issue doing the installation, when I try to install with command npm i whatsapp-web.js, it returns this error:

npm WARN deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported

It doesn't allow to finish correclty the installation.

Expected behavior

I expect to have whatsapp-web.js installed but the process is interrupted by this issue

Steps to Reproduce the Bug or Issue

npm i whatsapp-web.js

Relevant Code

No response

Browser Type

Chromium

WhatsApp Account Type

Standard

Does your WhatsApp account have multidevice enabled?

Yes, I am using Multi Device

Environment

Windows 10

Additional context

I found other user have the same issue #1873 I don't know why I have it now, if it was a problem with Google Chrome server

@smenaquispe smenaquispe added the bug Something isn't working label Jan 4, 2023
@tofers
Copy link
Contributor

tofers commented Jan 4, 2023

There was such a situation, I needed to update the clients, and the image was not going to. I struggled with this problem for a long time. But only it was all hindered by puppeteer or google chrome

After a couple of days the installation went through, I didn't do anything.

The application was deployed in the Linux environment

@RC047
Copy link
Contributor

RC047 commented Jan 4, 2023

You can install the new version of puppeteer using npm install puppeteer first and then npm install whatsapp-web.js

@smenaquispe smenaquispe changed the title Installaition Issue deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported Jan 4, 2023
@smenaquispe
Copy link
Author

Thanks, I've uninstalled all, then I had to downgrade npm version to v6, then whatsapp-web.js was installed without problems.

@cielhaidir
Copy link

Thanks, I've uninstalled all, then I had to downgrade npm version to v6, then whatsapp-web.js was installed without problems.

can u tel us the spesific version? node and npm

@LucBerge
Copy link

LucBerge commented Feb 6, 2023

Downgrading npm to version 6.14.18 worked for me: npm install -g npm@6.14.18

@imamihsani
Copy link

Downgrading npm to version 6.14.18 worked for me: npm install -g npm@6.14.18

Thanks dude

@NoahLawu
Copy link

Downgrading npm to version 6.14.18 worked for me: npm install -g npm@6.14.18

I try to downgrade npm version and get rid of '-g' but the npm version still same, is there any other way for downgrade npm on specific folder?

@sattisatyanarayanareddy

Thanks, I've uninstalled all, then I had to downgrade npm version to v6, then whatsapp-web.js was installed without problems.

Hi, I got the same issue , how to uninstall all and downgrade npm version to v6?

@MiguelAlfonzo87
Copy link

npm install -g npm@6.14.18 does not work, does not change the version and does not follow the error npm WARN deprecated puppeteer@13.7.0: < 18.1.0 is no longer supported, any other solution?

@Arturgrr
Copy link

Arturgrr commented May 3, 2024

Still don`t working for me

@KataPi
Copy link

KataPi commented May 6, 2024

In Ubuntu Server 22.x on raspberry 3 (arm64) with node 20.x and npm 10.x :
npm WARN deprecated puppeteer@13.7.0: < 21.9.0 is no longer supported
I get error when install node 18.x and I tray downgrade npm (npm@6.14.18) but not work for me.
On windows in vs code npm install all but client not ready. After authentication (no auto authentication) not send.
Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests