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
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
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 caniuse-lite@1.0.30001281
worked for Next-js app.
Had a very similar issue: npm i caniuse-lite
fixed it.
error: index.js: Cannot find module '../lib/supported' Require stack:
- ..\node_modules\caniuse-lite\dist\unpacker\feature.js
- ..\node_modules\browserslist\node.js