Cannot find module ‘caniuse-lite/dist/unpacker/agents’ when running create react app

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.

Leave a Comment