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 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
The text was updated successfully, but these errors were encountered:
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
...
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
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
Protect your information
The text was updated successfully, but these errors were encountered: