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

[Bug]: [email protected]: Version no longer supported #200

Open
3 tasks done
Tdawg007 opened this issue Sep 2, 2022 · 2 comments
Open
3 tasks done

[Bug]: [email protected]: Version no longer supported #200

Tdawg007 opened this issue Sep 2, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Tdawg007
Copy link

Tdawg007 commented Sep 2, 2022

Version

  • Yes

General Question

  • No

What happened?

when i run the npm i command it says that the puppeteer version is no longer supported

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

PS C:\Users\\create-10k-nft-collection-7> npm i
npm WARN deprecated [email protected]: Version no longer supported. Upgrade to @latest
[##################] | reify:puppeteer: timing reifyNode:node_modules/puppeteer-extra-plugin-adblocker/node_modules/puppeteer Completed in 2278ms

Protect your information

  • I Agree
@Tdawg007 Tdawg007 added the bug Something isn't working label Sep 2, 2022
@grumero
Copy link

grumero commented Sep 10, 2022

Same here!
node -v v18.9.0

on 'npm install' I get the following terminal output:
My-MacBook-Pro:create-10k-nft-collection-2.0.1 pit$ npm install
npm WARN deprecated [email protected]: Version no longer supported. Upgrade to @latest
npm ERR! code 1
npm ERR! path /Users/pit/create-10k-nft-collection-2.0.1/node_modules/canvas
npm ERR! command failed
...

See complete log attached:
2022-09-10T11_58_19_840Z-debug-0.log

Thanks!
grumero

@usama242
Copy link

The problem arises with package-lock.json which locked the puppeteer version to 10.4.0 which is no longer supported. I'd ask you to delete this file and also yarn lock if you use yarn and then run npm i

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

3 participants