SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, I deleted out the caniuse-lite, browserslist folders from node_modules.
caniuse-lite
browserslist
node_modules
Then I type the following command to install the packages.
npm i -g browserslist caniuse-lite --save
worked fine.