chalk / slice-ansi

Slice a string with ANSI escape codes
MIT License
47 stars 21 forks source link

yarn can't find ^5.0.0 #36

Closed jiheapark closed 2 years ago

jiheapark commented 2 years ago

I tried yarn add lint-staged to dev in my project. But this is what I got

스크린샷 2022-02-18 오전 10 10 47

So I tried add slice-ansi in package.json. But I got this...

스크린샷 2022-02-18 오전 10 11 18

what should I do?? Why I can't find 5.0.0 version of slice-ansi??

sindresorhus commented 2 years ago

This is not the place to ask for Yarn support.


❯ npm info slice-ansi versions
[
  '0.0.2', '0.0.3',
  '0.0.4', '0.1.0',
  '1.0.0', '2.0.0',
  '2.1.0', '3.0.0',
  '4.0.0', '5.0.0'
]