[Bug]: puppeteer@10.4.0: Version no longer supported
Tdawg007 opened this issue · 2 comments
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 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
- I Agree
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
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