0👍
npm install style-loader --legacy-peer-deps
. It will help you a lot if you get comfortable reading and trusting the error messages your tools emit.
But you’ll also want to update your dependencies (check npm outdated
). You have various versions of packages that will likely be incompatible. For anything with a breaking change (the left-most number in the version changed), you may want to check that package’s changelog, which can usually be found in its GitHub repo or in the Releases tab.
Source:stackexchange.com