I am trying to create a new react application. I have node version 14.15.3 and npm version 6.14
Error: Cannot find module 'caniuse-lite/dist/unpacker/agents'
when running npx create-react-app
issue screenshot
I ran into this issue while working on a Vue project and I fixed it by installing the caniuse-lite
package again.
Just run npm i caniuse-lite
in your terminal.
Then spin up your app again after the installation.
I had a similar problem earlier. I installed a previous version of caniuse-lite npm i [email protected]
worked for Next-js app.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With