codeSTACKr / create-10k-nft-collection

MIT License
2.21k stars 717 forks source link

[Bug]: puppeteer@10.4.0: Version no longer supported #200

Open Tdawg007 opened 2 years ago

Tdawg007 commented 2 years ago

Version

General Question

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 puppeteer@10.4.0: 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

grumero commented 2 years ago

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 puppeteer@10.4.0: 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 commented 1 year ago

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