When I try to run, breaks in npm start
(microbundle-crl --no-compress --format modern,cjs
)
I've tried delete node_modules
and package-lock.json
and run npm i
again and nothing.
react: 17.0.2
styled-components: 5.3.3
microbundle-crl: 0.13.10
Fixed!
I've put
styled-components
inpeerDependencies
, inpackage.json
and it works.