Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This SVGO version is no longer supported. Upgrade to v2.x.x

Tags:

reactjs

svgo

I am running "npx create-react-app experiment" to create a new project and I get this warning. How can I solve it? I have been researching but I get nothing

warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.

like image 482
Sibulele Avatar asked Sep 18 '25 19:09

Sibulele


1 Answers

I encountered this error while installing dependencies (npm install) for an existing projects

and solved this by installing svgo globally using the command below:

npm install -g svgo

or

npm i -g svgo

hope this helps :)

like image 112
Sajeel Hassan Avatar answered Sep 23 '25 05:09

Sajeel Hassan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!