If I try to install with npm it throw error:
ERESOLVE unable to resolve dependency tree
I think it's because you have thisline in the package.json:
"peerDependencies": {
"unocss": ">= 0.56.0 < 1"
}
But UnoCSS change their versioning and now they do it like this: unocss@66.1 so it throw error because it larger than 1 of course :D
If I try to install with npm it throw error:
ERESOLVE unable to resolve dependency treeI think it's because you have thisline in the
package.json:But UnoCSS change their versioning and now they do it like this:
unocss@66.1so it throw error because it larger than 1 of course :D