Describe the bug
- Nuxt >= v2.15.0 build fails with Yarn v3 PnP because of unmet peerDependency of
@nuxt/components
@nuxt/components has peerDependency of consola, but nuxt itself does not has consola as a dependency
- This unmet peerDependency is treated differently depending on the package manager.
- Yarn v1 treats it as a warning

- Yarn v3 PnP mode treats it as an error

Is there any reason for specifying consola as a peerDependency? If not necessary, I guess it would better be removed.
To Reproduce
Expected behavior
- Nuxt build should succeed no matter which package manager is used
Screenshots
provided above
Additional context
none