DEV Community

Discussion on: React CMS: The missing link

Collapse
 
matfrana profile image
Matteo Frana

Thank you! I just tried and cannot reproduce the error. Really it found yarn on my system so it used yarn to install packages. We'll investigate it now.

Collapse
 
matfrana profile image
Matteo Frana

Ok, we could not reproduce it with npm 7 too, but I see what the problem is with that library specifying react ^16.8 as a peer dependency (which should require --force on npm install). I'll publish a new version soon to fix this.

Thread Thread
 
matfrana profile image
Matteo Frana

Ok, released v2.3.12 that should solve the problem you encountered! 🎉