linaria icon indicating copy to clipboard operation
linaria copied to clipboard

Using `@linaria/rollup` without Vite in Yarn warns about unmet peer dependency

Open smoogly opened this issue 10 months ago • 1 comments

Environment

  • @linaria/rollup version: 4.5.4
  • Node.js: v16.18.0
  • Yarn: v1.22.10
  • OS: MacOS Ventura

Description

Installing @linaria/rollup using Yarn to use with Rollup directly in an environment where vite is not used warns about

"@linaria/rollup > @linaria/[email protected]" has unmet peer dependency "vite@>=3.1.0".

Reproducible Demo

yarn add [email protected] @linaria/[email protected] | fgrep "unmet peer dependency"

smoogly avatar Aug 11 '23 12:08 smoogly

Culprit: #1358.

You should probably change the title. @linaria/rollup is currently unusable.

alex-kinokon avatar Oct 19 '23 19:10 alex-kinokon